From 1ba78cbb252bfb012e4f8fa02ef8dacd899c30b8 Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Mon, 17 Dec 2018 12:49:04 -0800 Subject: [PATCH] Better file check --- codemeta.json | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index 3c1104b..f345e07 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "codeRepository": "https://github.com/caltechlibrary/epxml_to_datacite", "issueTracker": "https://github.com/caltechlibrary/epxml_to_datacite/issues", "license": "https://data.caltech.edu/license", - "version": "0.11.1", + "version": "0.11.2", "author": [ { "@type": "Person", diff --git a/setup.py b/setup.py index eb2cc65..58e3c3c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup( name = 'epxml_to_datacite', - version ='0.11.1', + version ='0.11.2', py_modules = ["caltech_thesis","caltech_authors_tech_report"], data_files=[('.',['thesis-subjects.txt'])], install_requires=[