diff --git a/src/wireviz/__init__.py b/src/wireviz/__init__.py index 81e82a0..4347851 100644 --- a/src/wireviz/__init__.py +++ b/src/wireviz/__init__.py @@ -1,6 +1,6 @@ # Please don't import anything in this file to avoid issues when it is imported in setup.py -__version__ = '0.2' +__version__ = '0.3-dev' CMD_NAME = 'wireviz' # Lower case command and module name APP_NAME = 'WireViz' # Application name in texts meant to be human readable