diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 4068efe..c2c282c 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.4.1
+current_version = 1.4.2
 commit = True
 tag = True
 message = Release {new_version}
diff --git a/setup.py b/setup.py
index f85947f..8a38bbc 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@
 with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f:
     long_description = f.read()
 
-package_version = '1.4.1'
+package_version = '1.4.2'
 
 requirements = [
     'click==7.0',
@@ -40,7 +40,7 @@
             'packt-cli = packtPublishingFreeEbook:packt_cli',
         ],
     },
-    download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.4.1.tar.gz',
+    download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.4.2.tar.gz',
     classifiers=[
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',