diff --git a/setup.py b/setup.py index fc5bb8e..1f15621 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="bits", - version="0.0.1", + version="1.0.1", author="S Groesz", description="Make your bits easier to handle", long_description=long_description,