Bump version to 0.3

This commit is contained in:
Daniel Rojas 2021-10-11 20:55:53 +02:00
parent 36dfaea1f6
commit 2629e1c0da

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Please don't import anything in this file to avoid issues when it is imported in setup.py # 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 CMD_NAME = 'wireviz' # Lower case command and module name
APP_NAME = 'WireViz' # Application name in texts meant to be human readable APP_NAME = 'WireViz' # Application name in texts meant to be human readable