Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Mar 2, 2019
1 parent 98aa8ac commit ab2b77e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"codeRepository": "https://github.com/caltechlibrary/ames",
"issueTracker": "https://github.com/caltechlibrary/ames/issues",
"license": "https://data.caltech.edu/license",
"version": "0.2.0",
"version": "0.2.1",
"author": [
{
"@type": "Person",
Expand All @@ -26,7 +26,7 @@
}
],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/ames/archive/v0.2.0.zip",
"downloadUrl": "https://github.com/caltechlibrary/ames/archive/v0.2.1.zip",
"keywords": [
"GitHub",
"metadata",
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
EMAIL = '[email protected]'
AUTHOR = 'Tom Morrell'
REQUIRES_PYTHON = '>=3.7.0'
VERSION = '0.2.0'
VERSION = '0.2.1'

# What packages are required for this module to be executed?
REQUIRED = [
'requests','datacite','progressbar2','caltechdata_api'
'requests','datacite','progressbar2'
]

# What packages are optional?
EXTRAS = {
# 'fancy feature': ['django'],
'caltechdata_integration': ['caltechdata_api'],
}

# The rest you shouldn't have to touch too much :)
Expand Down

0 comments on commit ab2b77e

Please sign in to comment.