update package version
This commit is contained in:
parent
d111d402db
commit
bafb8bc4b7
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="binary-bits",
|
name="binary-bits",
|
||||||
version="1.0.0",
|
version="1.1.0",
|
||||||
author="S Groesz",
|
author="S Groesz",
|
||||||
description="Provide additional methods for working with binary data",
|
description="Provide additional methods for working with binary data",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
|
Loading…
Reference in New Issue