update version in setup.py

This commit is contained in:
S Groesz 2020-10-21 05:40:33 +00:00
parent 6e937879c2
commit 6e483cbd74
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="bits", name="bits",
version="0.0.1", version="1.0.1",
author="S Groesz", author="S Groesz",
description="Make your bits easier to handle", description="Make your bits easier to handle",
long_description=long_description, long_description=long_description,