From f78c6a27cb7c0d6802381605d3cba38d0b41572c Mon Sep 17 00:00:00 2001 From: Anthony Ruhier Date: Mon, 3 Sep 2018 13:54:19 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1=20=E2=86=92=201.1.2?= 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 7205499..14ab483 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index f0d7f55..9d418a8 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="netboxapi", - version="1.1.1", + version="1.1.2", description="Client API for Netbox",