Skip to content

Commit

Permalink
add url to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
whoDoneItAgain committed Apr 9, 2024
1 parent c1e9bde commit a79180e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_version(filename):
install_requires=["requests==2.31.0"],
python_requires=">=3.12, <=4.0, !=4.0",
entry_points={"console_scripts": ["grf = grf.__main__:main"]},
test_suite="unittest",
url="https://github.com/whodoneitagain/godaddy-records-finder",
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down
2 changes: 1 addition & 1 deletion src/grf/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit a79180e

Please sign in to comment.