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 8111317 commit 529f476Copy full SHA for 529f476
pyproject.toml
@@ -27,7 +27,7 @@ dependencies = [
27
Homepage = "https://github.com/ultradns/python_rest_api_client"
28
29
[tool.hatch.version]
30
-path = "./src/ultra_rest_client/about.py"
+path = "src/ultra_rest_client/about.py"
31
32
[tool.hatch.build.targets.sdist]
33
include = [
src/ultra_rest_client/about.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.0"
+__version__ = "2.2.4"
2
PREFIX = "udns-python-rest-client-"
3
4
def get_client_user_agent():
0 commit comments