Updated the version strings.

master
Pacman Ghost 2 years ago
parent f464c8f40f
commit 851d6e94cb
  1. 2
      asl_rulebook2/webapp/config/constants.py
  2. 2
      setup.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__), ".." ) )

@ -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",

Loading…
Cancel
Save