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",