Skip to content

Commit 217a56a

Browse files
committed
version bump
Signed-off-by: msusik <[email protected]>
1 parent bad3406 commit 217a56a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: orcid/orcid.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
SEARCH_VERSION = "/v2.0"
1717
VERSION = "/v2.0"
1818

19-
__version__ = "1.0.2"
19+
__version__ = "1.0.3"
2020

2121

2222
class PublicAPI(object):

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ def run_tests(self):
4646
packages=['orcid'],
4747
tests_require=['pytest', 'coverage', 'httpretty'],
4848
url='https://github.com/ORCID/python-orcid',
49-
version='1.0.2'
49+
version='1.0.3'
5050
)

0 commit comments

Comments
 (0)