Skip to content

Commit c476662

Browse files
committed
Bump version
1 parent 10fb8cc commit c476662

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"codeRepository": "https://github.com/caltechlibrary/epxml_to_datacite",
77
"issueTracker": "https://github.com/caltechlibrary/epxml_to_datacite/issues",
88
"license": "https://data.caltech.edu/license",
9-
"version": "0.11.4",
9+
"version": "0.11.5",
1010
"author": [
1111
{
1212
"@type": "Person",
@@ -17,7 +17,7 @@
1717
"@id": "https://orcid.org/0000-0001-9266-5146"
1818
}],
1919
"developmentStatus": "active",
20-
"downloadUrl": "https://github.com/caltechlibrary/ames/archive/v0.11.4.zip",
20+
"downloadUrl": "https://github.com/caltechlibrary/ames/archive/v0.11.5.zip",
2121
"keywords": [
2222
"GitHub",
2323
"Eprints",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22
setup(
33
name = 'epxml_to_datacite',
4-
version ='0.11.4',
4+
version ='0.11.5',
55
py_modules = ["caltech_thesis","caltech_authors_tech_report"],
66
data_files=[('.',['thesis-subjects.txt'])],
77
install_requires=[

0 commit comments

Comments
 (0)