We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9340ca8 commit bbf7e26Copy full SHA for bbf7e26
setup.cfg
@@ -9,9 +9,9 @@ description = Core files shared between other Relic-Tool packages.
9
long_description = file: README.md
10
long_description_content_type = text/markdown
11
12
-url = https://github.com/ModernMAK/Relic-Tool-Core
+url = https://github.com/MAK-Relic-Tool/Relic-Tool-Core
13
project_urls =
14
- Bug Tracker = https://github.com/ModernMAK/Relic-Tool-Core/issues
+ Bug Tracker = https://github.com/MAK-Relic-Tool/Issue-Tracker
15
16
classifiers =
17
Programming Language :: Python :: 3 :: Only
src/relic/core/__init__.py
@@ -1,4 +1,4 @@
1
"""
2
Core files shared between other Relic-Tool packages.
3
4
-__version__ = "1.0.0"
+__version__ = "1.0.1"
0 commit comments