Skip to content

Commit bbf7e26

Browse files
committed
Bump to v1.0.1 + setup.cfg metadata fix
1 parent 9340ca8 commit bbf7e26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ description = Core files shared between other Relic-Tool packages.
99
long_description = file: README.md
1010
long_description_content_type = text/markdown
1111

12-
url = https://github.com/ModernMAK/Relic-Tool-Core
12+
url = https://github.com/MAK-Relic-Tool/Relic-Tool-Core
1313
project_urls =
14-
Bug Tracker = https://github.com/ModernMAK/Relic-Tool-Core/issues
14+
Bug Tracker = https://github.com/MAK-Relic-Tool/Issue-Tracker
1515

1616
classifiers =
1717
Programming Language :: Python :: 3 :: Only

src/relic/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Core files shared between other Relic-Tool packages.
33
"""
4-
__version__ = "1.0.0"
4+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)