From 6d82c88b2a095e871443b0d029df90037df0718a Mon Sep 17 00:00:00 2001 From: Laurier Loiselle Date: Thu, 19 Jan 2023 16:45:21 -0500 Subject: [PATCH] set version 0.4 --- 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 08f7167..b70a2a7 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.4-dev" +__version__ = "0.4" CMD_NAME = "wireviz" # Lower case command and module name APP_NAME = "WireViz" # Application name in texts meant to be human readable