diff --git a/setup.py b/setup.py index b0e03db..9fe9560 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import find_packages, setup setup( name="NateMan", - version="1.2.0", + version="1.2.1", author="Niklas Elsbrock, Johannes Bingel", packages=find_packages(), include_package_data=True,