Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjenczmyk committed Mar 18, 2020
1 parent baa8d8f commit e0f8b59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.0
current_version = 1.5.1
commit = True
tag = True
message = Release {new_version}
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f:
long_description = f.read()

package_version = '1.5.0'
package_version = '1.5.1'

requirements = [
'click==7.0',
Expand Down Expand Up @@ -42,7 +42,7 @@
'packt-cli = packtPublishingFreeEbook:packt_cli',
],
},
download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.5.0.tar.gz',
download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.5.1.tar.gz',
classifiers=[
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit e0f8b59

Please sign in to comment.