diff --git a/setup.py b/setup.py index ba8168d..b64e162 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='python-nomad', - version='0.6.0', + version='0.6.1', install_requires=['requests'], packages=['nomad', 'nomad.api'], url='http://github.com/jrxfive/python-nomad',