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