From 4c709a1d9154ffc37e18c7887402b16a8c80f427 Mon Sep 17 00:00:00 2001 From: dhilipsiva Date: Sun, 15 Jan 2017 20:33:42 +0530 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.6=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 122c5a2..dfa71d8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.6 +current_version = 1.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index c41098a..e4785c4 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( name='hostscli', - version='1.0.6', + version='1.1.0', description=( "hostscli is a CLI tool to block / unblock websites using /etc/hosts"), long_description=long_description,