diff --git a/changelog.txt b/changelog.txt index 71ffeb7..66b381f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,12 @@ # `richcontext.scholapi` changelog +## 1.0.3 + +2019-12-15 + + - resolved PyPi upload errors + + ## 1.0.2 2019-12-15 diff --git a/setup.py b/setup.py index 43d2c36..3807c6c 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,7 @@ setup( name="richcontext-scholapi", + version="1.0.3", author="Coleridge Initiative", author_email="dataanalytics@coleridgeinitiative.org", description="Rich Context API integrations for federating discovery services and metadata exchange across multiple scholarly infrastructure providers",