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 a26e67d commit 49187f3Copy full SHA for 49187f3
advertools/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Elias Dabbas"""
4
__email__ = "[email protected]"
5
-__version__ = "0.16.3"
+__version__ = "0.16.4"
6
7
from advertools.ad_create import ad_create
8
from advertools.ad_from_string import ad_from_string
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.16.3
+current_version = 0.16.4
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.16.3",
+ version="0.16.4",
66
zip_safe=False,
67
)
0 commit comments