From 2629e1c0daa37b312fbd2d3b1c61656ccb0434f9 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Mon, 11 Oct 2021 20:55:53 +0200 Subject: [PATCH] Bump version to 0.3 --- src/wireviz/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wireviz/__init__.py b/src/wireviz/__init__.py index 53dac77..fcc7f3b 100644 --- a/src/wireviz/__init__.py +++ b/src/wireviz/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Please don't import anything in this file to avoid issues when it is imported in setup.py -__version__ = '0.3-dev' +__version__ = '0.3' CMD_NAME = 'wireviz' # Lower case command and module name APP_NAME = 'WireViz' # Application name in texts meant to be human readable