Bump version to 0.4

This commit is contained in:
Daniel Rojas 2024-04-16 14:06:05 +02:00
parent fdb75693dd
commit 455d14ea4a
2 changed files with 2 additions and 2 deletions

View File

@ -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))

View File

@ -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