Bump in-progress version to 2.3.0a2

This commit is contained in:
Bryan W. Weber 2016-02-05 11:04:52 -05:00
parent 5b483a8c22
commit db769a47c7
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
CANTERA
*******
Version 2.3.0a1 (development)
Version 2.3.0a2 (development)
License Information
===================

View file

@ -596,7 +596,7 @@ for arg in ARGUMENTS:
sys.exit(1)
# Require a StrictVersion-compatible version
env['cantera_version'] = "2.3.0a1"
env['cantera_version'] = "2.3.0a2"
ctversion = StrictVersion(env['cantera_version'])
# MSI versions do not support pre-release tags
env['cantera_msi_version'] = '.'.join(str(x) for x in ctversion.version)