Skip to content

Commit 9675941

Browse files
committed
Release 0.14.1
1 parent 55cf5a4 commit 9675941

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.14.0"
5+
__version__ = "0.14.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.14.0
2+
current_version = 0.14.1
33
commit = True
44
tag = True
55

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
"""The setup script."""
44

5-
from setuptools import find_packages, setup
6-
75
import os
86

7+
from setuptools import find_packages, setup
8+
99
os.listdir()
1010
with open("README.rst") as readme_file:
1111
readme = readme_file.read()
@@ -62,6 +62,6 @@
6262
test_suite="tests",
6363
tests_require=test_requirements,
6464
url="https://github.com/eliasdabbas/advertools",
65-
version="0.14.0",
65+
version="0.14.1",
6666
zip_safe=False,
6767
)

0 commit comments

Comments
 (0)