From 77bcb8106437d0eb57859b227ba815391d732666 Mon Sep 17 00:00:00 2001 From: Bash Elliott Date: Tue, 17 May 2022 13:29:20 +1000 Subject: [PATCH 1/2] update username --- README.md | 8 ++++---- setup.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4ef87ed..b1e0bb4 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@

- - - - + + + +

diff --git a/setup.py b/setup.py index 567169d..05c765d 100644 --- a/setup.py +++ b/setup.py @@ -11,9 +11,9 @@ description="Table package for Python", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/raccter/bashtable", + url="https://github.com/rackodo/bashtable", project_urls={ - "Bug Tracker": "https://github.com/raccter/bashtable/issues", + "Bug Tracker": "https://github.com/rackodo/bashtable/issues", }, classifiers=[ "Programming Language :: Python :: 3", From 049378ae9507e01a04aef152e49bc3860d7609ad Mon Sep 17 00:00:00 2001 From: Bash Elliott Date: Tue, 17 May 2022 13:30:41 +1000 Subject: [PATCH 2/2] update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05c765d..2a2c51b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="bashtable", - version="1.0.1", + version="1.0.2", author="Bash Elliott", author_email="spicethings9@gmail.com", description="Table package for Python",