Browse Source

Bump version to a23.

Stefano Cossu 4 years ago
parent
commit
4384a69a13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lakesuperior/__init__.py

+ 1 - 1
lakesuperior/__init__.py

@@ -9,7 +9,7 @@ from os import path
 logger = logging.getLogger(__name__)
 
 version = '1.0 alpha'
-release = '1.0.0a22'
+release = '1.0.0a23'
 
 basedir = path.dirname(path.realpath(__file__))
 """