Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kinverarity1 committed Jul 31, 2019
1 parent b982ba3 commit 01c7af9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[bumpversion]
current_version = 0.1.0
commit = False
tag = False

[bumpversion:file:__init__.py]

[bumpversion:file:mainPlugin.py]


2 changes: 2 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ def classFactory(iface):

return SAGwDataPlugin(iface)


__version__ = "0.1.0"
2 changes: 2 additions & 0 deletions mainPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
from .plugin_tasks import *
from .utils import *

__version__ = "0.1.0"


class SAGwDataPlugin:
"""Main QGIS plugin class."""
Expand Down

0 comments on commit 01c7af9

Please sign in to comment.