Skip to content

Commit 31ecd1c

Browse files
committed
Release 0.17.1
1 parent d82716d commit 31ecd1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "advertools"
7-
version = "0.17.0"
7+
version = "0.17.1"
88
authors = [
99
{name = "Elias Dabbas", email = "eliasdabbas@gmail.com"}
1010
]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.17.0
2+
current_version = 0.17.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
test_suite="tests",
6363
tests_require=test_requirements,
6464
url="https://github.com/eliasdabbas/advertools",
65-
version="0.17.0",
65+
version="0.17.1",
6666
zip_safe=False,
6767
)

0 commit comments

Comments
 (0)