Release version 0.1.3.

This commit is contained in:
Victor Golovanenko
2023-06-08 13:02:53 +03:00
parent 43d2e5d33e
commit 03092bcf31
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ from extras.plugins import PluginConfig
class DeviceMapConfig(PluginConfig):
name = 'netbox_device_map'
verbose_name = 'Device map'
version = '0.1.2'
version = '0.1.3'
author = 'Victor Golovanenko'
author_email = 'drygdryg2014@yandex.com'
base_url = 'device-map'

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '0.1.2'
version = '0.1.3'
with open('README.md', encoding='utf-8') as f:
long_description = f.read()