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 d82716d commit 31ecd1cCopy full SHA for 31ecd1c
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
5
[project]
6
name = "advertools"
7
-version = "0.17.0"
+version = "0.17.1"
8
authors = [
9
{name = "Elias Dabbas", email = "eliasdabbas@gmail.com"}
10
]
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.17.0
+current_version = 0.17.1
3
commit = True
tag = True
setup.py
@@ -62,6 +62,6 @@
62
test_suite="tests",
63
tests_require=test_requirements,
64
url="https://github.com/eliasdabbas/advertools",
65
- version="0.17.0",
+ version="0.17.1",
66
zip_safe=False,
67
)
0 commit comments