Skip to content

Commit 643d052

Browse files
committed
Release 1.4.3
1 parent f86ea06 commit 643d052

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

99
requirements = [
1010
'click==7.0',
@@ -40,7 +40,7 @@
4040
'packt-cli = packtPublishingFreeEbook:packt_cli',
4141
],
4242
},
43-
download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.4.2.tar.gz',
43+
download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.4.3.tar.gz',
4444
classifiers=[
4545
'Programming Language :: Python :: 3.5',
4646
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)