From ecc1b3bd8d256bdbf4bde259e3269e62aa7ec752 Mon Sep 17 00:00:00 2001 From: S Groesz Date: Wed, 14 Apr 2021 23:34:23 +0000 Subject: [PATCH] update source code location --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/', }, )