Skip to content

Commit 05625f9

Browse files
committed
Release 1.5.4
1 parent 7133d81 commit 05625f9

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.3
2+
current_version = 1.5.4
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.3'
7+
package_version = '1.5.4'
88

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

0 commit comments

Comments
 (0)