Skip to content

Commit 529f476

Browse files
committed
trying to fix version again
1 parent 8111317 commit 529f476

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
Homepage = "https://github.com/ultradns/python_rest_api_client"
2828

2929
[tool.hatch.version]
30-
path = "./src/ultra_rest_client/about.py"
30+
path = "src/ultra_rest_client/about.py"
3131

3232
[tool.hatch.build.targets.sdist]
3333
include = [

src/ultra_rest_client/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.0"
1+
__version__ = "2.2.4"
22
PREFIX = "udns-python-rest-client-"
33

44
def get_client_user_agent():

0 commit comments

Comments
 (0)