From 455d14ea4ad3e1895f47638fb4f16239f2284c26 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Tue, 16 Apr 2024 14:06:05 +0200 Subject: [PATCH] Bump version to 0.4 --- docs/CHANGELOG.md | 2 +- src/wireviz/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1daa996..4dd7c98 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [0.4](https://github.com/formatc1702/WireViz/tree/v0.4) (20XX-XX-XX) +## [0.4](https://github.com/formatc1702/WireViz/tree/v0.4) (unreleased) ### Backward-incompatible changes - New syntax for autogenerated components ([#184](https://github.com/wireviz/WireViz/issues/184), [#186](https://github.com/wireviz/WireViz/pull/186)) 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