From c5a00cd4e139b00a300f1d99be3b1e8c9f753648 Mon Sep 17 00:00:00 2001 From: Anthony Ruhier Date: Thu, 10 Jan 2019 05:53:21 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netbox_netprod_importer/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/netbox_netprod_importer/__init__.py b/netbox_netprod_importer/__init__.py index 14f357a..341fe99 100644 --- a/netbox_netprod_importer/__init__.py +++ b/netbox_netprod_importer/__init__.py @@ -1,4 +1,4 @@ __author__ = """Scaleway""" __email__ = "contact@scaleway.com" -__version__ = "0.0.1" +__version__ = "0.1.0" __appname__ = "netbox_importer" diff --git a/setup.cfg b/setup.cfg index a4e1652..a25c5c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index 43514d8..895befb 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ test_suite="tests", tests_require=test_requirements, url="https://gitlab.infra.online.net/network/netbox_netprod_importer", - version="0.0.1", + version="0.1.0", zip_safe=False, entry_points={ 'console_scripts': [