Skip to content

Commit

Permalink
Better file check
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Dec 17, 2018
1 parent b978d17 commit 1ba78cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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=[
Expand Down

0 comments on commit 1ba78cb

Please sign in to comment.