diff --git a/setup.py b/setup.py index 3d59db6..447e160 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools import setup, find_packages setup( name = "vasl_templates", - version = "0.2", # nb: also update constants.py + version = "0.3", # nb: also update constants.py description = "Create HTML snippets for use in VASL.", license = "AGPLv3", url = "https://github.com/pacman-ghost/vasl-templates", diff --git a/vasl_templates/webapp/config/constants.py b/vasl_templates/webapp/config/constants.py index c237a20..0c10912 100644 --- a/vasl_templates/webapp/config/constants.py +++ b/vasl_templates/webapp/config/constants.py @@ -3,7 +3,7 @@ import os APP_NAME = "VASL Templates" -APP_VERSION = "v0.2" # nb: also update setup.py +APP_VERSION = "v0.3" # nb: also update setup.py APP_DESCRIPTION = "Generate HTML for use in VASL scenarios." BASE_DIR = os.path.abspath( os.path.join( os.path.split(__file__)[0], ".." ) )