diff --git a/setup.py b/setup.py index 41cfe13..04315bd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='python-nomad', - version='1.2.1', + version='1.3.0', install_requires=['requests'], packages=['nomad', 'nomad.api'], url='http://github.com/jrxfive/python-nomad',