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