Preparing for v1.0.0 release

This commit is contained in:
Jacob Alexander
2020-11-20 11:50:09 -08:00
parent ee16a83912
commit 50d3a8e964
2 changed files with 7 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ _this_dir = os.path.dirname(__file__)
MAJOR = 1
MINOR = 0
MICRO = 0
TAG = 'b2'
TAG = ''
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TAG)