From 60f2599cba560511ab61226aabc9a2e1044145da Mon Sep 17 00:00:00 2001 From: Marcin Jenczmyk Date: Tue, 30 Apr 2019 23:24:30 +0200 Subject: [PATCH] Release 1.3.0 --- .bumpversion.cfg | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2654644..3f0ec5e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.2 +current_version = 1.3.0 commit = True tag = True message = Release {new_version} diff --git a/setup.py b/setup.py index 020d549..a6ab79f 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.2.2' +package_version = '1.3.0' 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.2.2.tar.gz', + download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.3.0.tar.gz', classifiers=[ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',