Update version for release

Update translations
This commit is contained in:
BasioMeusPuga
2018-05-13 18:40:24 -04:00
parent d3746c8e98
commit 55bee210c6
7 changed files with 432 additions and 368 deletions

View File

@@ -5,8 +5,8 @@ from setuptools import setup, find_packages
HERE = path.abspath(path.dirname(__file__))
MAJOR_VERSION = '0'
MINOR_VERSION = '3'
MICRO_VERSION = '3'
MINOR_VERSION = '4'
MICRO_VERSION = '0'
VERSION = "{}.{}.{}".format(MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION)
# Get the long description from the README file