File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33__author__ = """Elias Dabbas"""
44__email__ = "eliasdabbas@gmail.com"
5- __version__ = "0.17.0a4 "
5+ __version__ = "0.17.0 "
66
77from advertools .ad_create import ad_create
88from advertools .ad_from_string import ad_from_string
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " advertools"
7- version = " 0.17.0a4 "
7+ version = " 0.17.0 "
88authors = [
99 {name = " Elias Dabbas" , email = " eliasdabbas@gmail.com" }
1010]
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.17.0a1
2+ current_version = 0.17.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments