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=[