Skip to content

Commit e0f8b59

Browse files
committed
Release 1.5.1
1 parent baa8d8f commit e0f8b59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.0
2+
current_version = 1.5.1
33
commit = True
44
tag = True
55
message = Release {new_version}

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
with 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

99
requirements = [
1010
'click==7.0',
@@ -42,7 +42,7 @@
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',

0 commit comments

Comments
 (0)