File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.5.3
2+ current_version = 1.5.4
33commit = True
44tag = True
55message = Release {new_version}
Original file line number Diff line number Diff line change 44with open (os .path .join (os .path .dirname (__file__ ), 'README.md' )) as f :
55 long_description = f .read ()
66
7- package_version = '1.5.3 '
7+ package_version = '1.5.4 '
88
99requirements = [
1010 'click==7.1.1' ,
4343 'packt-cli = packt.packtPublishingFreeEbook:packt_cli' ,
4444 ],
4545 },
46- download_url = 'https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.5.3 .tar.gz' ,
46+ download_url = 'https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.5.4 .tar.gz' ,
4747 classifiers = [
4848 'Programming Language :: Python :: 3.5' ,
4949 'Programming Language :: Python :: 3.6' ,
You can’t perform that action at this time.
0 commit comments