Skip to content

Commit af883e4

Browse files
committed
Release 0.17.0
1 parent d7e4911 commit af883e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

advertools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Elias Dabbas"""
44
__email__ = "eliasdabbas@gmail.com"
5-
__version__ = "0.17.0a4"
5+
__version__ = "0.17.0"
66

77
from advertools.ad_create import ad_create
88
from advertools.ad_from_string import ad_from_string

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.0a4"
7+
version = "0.17.0"
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.0a1
2+
current_version = 0.17.0
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.0a1",
65+
version="0.17.0",
6666
zip_safe=False,
6767
)

0 commit comments

Comments
 (0)