From 77a466ef2cae05805bc2d1f6adf4c3051a82cdbe Mon Sep 17 00:00:00 2001 From: Sander Steffann Date: Sun, 7 Jun 2020 13:44:47 +0200 Subject: [PATCH] Bump version --- netbox_ddns/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox_ddns/__init__.py b/netbox_ddns/__init__.py index b9e0efa..df9d02a 100644 --- a/netbox_ddns/__init__.py +++ b/netbox_ddns/__init__.py @@ -1,4 +1,4 @@ -VERSION = '1.0' +VERSION = '1.0.1' try: from extras.plugins import PluginConfig