diff --git a/asl_rulebook2/webapp/config/constants.py b/asl_rulebook2/webapp/config/constants.py index ce1d07d..5897d44 100644 --- a/asl_rulebook2/webapp/config/constants.py +++ b/asl_rulebook2/webapp/config/constants.py @@ -3,7 +3,7 @@ import os APP_NAME = "ASL Rulebook 2" -APP_VERSION = "v0.2" # nb: also update setup.py +APP_VERSION = "v0.3" # nb: also update setup.py APP_DESCRIPTION = "Search engine for the ASL Rulebook." BASE_DIR = os.path.abspath( os.path.join( os.path.dirname(__file__), ".." ) ) diff --git a/setup.py b/setup.py index adbbfae..e500e44 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def parse_requirements( fname ): setup( name = "asl_rulebook2", - version = "0.2", # nb: also update constants.py + version = "0.3", # nb: also update constants.py description = "Search engine for the eASLRB.", license = "AGPLv3", url = "https://github.com/pacman-ghost/asl-rulebook2",