File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Elias Dabbas"""
4
4
5
- __version__ = "0.14.0 "
5
+ __version__ = "0.14.1 "
6
6
7
7
from advertools .ad_create import ad_create
8
8
from advertools .ad_from_string import ad_from_string
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.14.0
2
+ current_version = 0.14.1
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 2
2
3
3
"""The setup script."""
4
4
5
- from setuptools import find_packages , setup
6
-
7
5
import os
8
6
7
+ from setuptools import find_packages , setup
8
+
9
9
os .listdir ()
10
10
with open ("README.rst" ) as readme_file :
11
11
readme = readme_file .read ()
62
62
test_suite = "tests" ,
63
63
tests_require = test_requirements ,
64
64
url = "https://github.com/eliasdabbas/advertools" ,
65
- version = "0.14.0 " ,
65
+ version = "0.14.1 " ,
66
66
zip_safe = False ,
67
67
)
You can’t perform that action at this time.
0 commit comments