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.0
2+ current_version = 1.5.1
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.0 '
7+ package_version = '1.5.1 '
88
99requirements = [
1010 'click==7.0' ,
4242 'packt-cli = packtPublishingFreeEbook:packt_cli' ,
4343 ],
4444 },
45- download_url = 'https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.5.0 .tar.gz' ,
45+ download_url = 'https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.5.1 .tar.gz' ,
4646 classifiers = [
4747 'Programming Language :: Python :: 3.5' ,
4848 'Programming Language :: Python :: 3.6' ,
You can’t perform that action at this time.
0 commit comments