diff --git a/setup.py b/setup.py index 038f3e4..8a30cdd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='python-nomad', - version='1.0.2', + version='1.1.0', install_requires=['requests'], packages=['nomad', 'nomad.api'], url='http://github.com/jrxfive/python-nomad',