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': [