From 1a39c615db21bc095e46ba3b023ff5c69f16a162 Mon Sep 17 00:00:00 2001 From: Anthony Ruhier Date: Tue, 12 Feb 2019 20:05:09 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.6=20=E2=86=92=201.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9092398..564facc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.6 +current_version = 1.1.7 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 66043f1..d8520b6 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="netboxapi", - version="1.1.6", + version="1.1.7", description="Client API for Netbox",