diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 90c1ab8..9f043a2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [0.2](https://github.com/formatc1702/WireViz/tree/v0.2) (2020-XX-XX) +## [0.2](https://github.com/formatc1702/WireViz/tree/v0.2) (2020-10-17) ### Backward incompatible changes diff --git a/src/wireviz/__init__.py b/src/wireviz/__init__.py index 3f3bcf3..81e82a0 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.1.1' +__version__ = '0.2' CMD_NAME = 'wireviz' # Lower case command and module name APP_NAME = 'WireViz' # Application name in texts meant to be human readable