File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
"codeRepository" : " https://github.com/caltechlibrary/epxml_to_datacite" ,
7
7
"issueTracker" : " https://github.com/caltechlibrary/epxml_to_datacite/issues" ,
8
8
"license" : " https://data.caltech.edu/license" ,
9
- "version" : " 0.11.4 " ,
9
+ "version" : " 0.11.5 " ,
10
10
"author" : [
11
11
{
12
12
"@type" : " Person" ,
17
17
"@id" : " https://orcid.org/0000-0001-9266-5146"
18
18
}],
19
19
"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" ,
21
21
"keywords" : [
22
22
" GitHub" ,
23
23
" Eprints" ,
Original file line number Diff line number Diff line change 1
1
from setuptools import setup
2
2
setup (
3
3
name = 'epxml_to_datacite' ,
4
- version = '0.11.4 ' ,
4
+ version = '0.11.5 ' ,
5
5
py_modules = ["caltech_thesis" ,"caltech_authors_tech_report" ],
6
6
data_files = [('.' ,['thesis-subjects.txt' ])],
7
7
install_requires = [
You can’t perform that action at this time.
0 commit comments