diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 56e7d89..43a5f5f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.0.3 commit = True tag = True message = Release {new_version} diff --git a/setup.py b/setup.py index 18a0682..f5ab4fd 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -package_version = '1.0.2' +package_version = '1.0.3' requirements = [ 'beautifulsoup4==4.6.3', @@ -35,5 +35,5 @@ 'packt-cli = packtPublishingFreeEbook:packt_cli', ], }, - download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.0.2.tar.gz' + download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.0.3.tar.gz' )