diff --git a/setup.py b/setup.py index 9a6d03f..37f91f1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="binary-bits", - version="1.1.0", + version="1.1.1", author="S Groesz", description="Provide additional methods for working with binary data", long_description=long_description, @@ -28,6 +28,6 @@ setuptools.setup( 'test': ['coverage'], }, project_urls={ - 'Source': 'http://git.groesz.org/wp/bits/', + 'Source': 'http://git.groesz.org/Groesz.org/bits/', }, )