From 06377fd58daf28385f0e6aff5ac0f38bf91638d6 Mon Sep 17 00:00:00 2001 From: Anthony Ruhier Date: Sun, 29 Mar 2020 00:24:14 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.3.1?= 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 b009647..56ff8e9 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.3.0" +__version__ = "0.3.1" __appname__ = "netbox-netprod-importer" diff --git a/setup.cfg b/setup.cfg index 6450ed0..e99fbc3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True tag = True diff --git a/setup.py b/setup.py index 49ea1e1..9fee352 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ test_suite="tests", tests_require=test_requirements, url="https://gitlab.infra.online.net/network/netbox_netprod_importer", - version="0.3.0", + version="0.3.1", zip_safe=False, entry_points={ 'console_scripts': [