Bump to version 0.2

This commit is contained in:
Sander Steffann 2020-04-15 13:49:09 +02:00
parent b447e6816a
commit 8dc587a2cb
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/netbox_ddns.egg-info" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />

View File

@ -1,4 +1,4 @@
VERSION = '0.1'
VERSION = '0.2'
try:
from extras.plugins import PluginConfig