Skip to content

Commit 7afcc8f

Browse files
committed
Release 0.16.1
1 parent 45c9ad8 commit 7afcc8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

advertools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Elias Dabbas"""
44
__email__ = "[email protected]"
5-
__version__ = "0.16.0"
5+
__version__ = "0.16.1"
66

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

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.0
2+
current_version = 0.16.1
33
commit = True
44
tag = True
55

setup.py

+1-1
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.16.0",
65+
version="0.16.1",
6666
zip_safe=False,
6767
)

0 commit comments

Comments
 (0)