Skip to content

Commit 8e62179

Browse files
change version to be dynamic again
1 parent b7dea22 commit 8e62179

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

jenkinsapi/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,4 @@
9292
"view",
9393
]
9494
__docformat__ = "epytext"
95+
__version__ = "0.3.13"

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[build-system]
2-
requires = ["flit_core >=3.2,<4"]
2+
requires = ["flit_core"]
33
build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "jenkinsapi"
7-
version = "0.3.13"
87
authors = [
98
{name = "Salim Fadhley", email = "[email protected]"},
109
{name = "Aleksey Maksimov", email = "[email protected]"},
@@ -38,6 +37,7 @@ classifiers = [
3837
"Topic :: Utilities",
3938
]
4039
requires-python = ">=3.8"
40+
dynamic = ["version"]
4141
dependencies = [
4242
"pytz>=2014.4",
4343
"requests>=2.3.0",
@@ -53,6 +53,7 @@ warnerrors = "True"
5353

5454
[project.scripts]
5555
jenkins_invoke = "jenkinsapi.command_line.jenkins_invoke:main"
56+
jenkinsapi_version = "jenkinsapi.command_line.jenkinsapi_version:main"
5657

5758
[tool.build_sphinx]
5859
source-dir = "doc/source"

0 commit comments

Comments
 (0)