diff --git a/setup.py b/setup.py index db42797..bf83d92 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ readme = readme_file.read() setup(name="lauztat", - version="1.01", + version="1.1.1", packages=find_packages(exclude=["tests"]), scripts=[], data_files=["README.rst"],