File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555# The short X.Y version.
5656version = '1.4'
5757# The full version, including alpha/beta/rc tags.
58- release = '1.4.0a1 '
58+ release = '1.4.0 '
5959
6060# The language for content autogenerated by Sphinx. Refer to documentation
6161# for a list of supported languages.
Original file line number Diff line number Diff line change 77from output import *
88import utils
99
10- __version__ = '1.4.0a1 '
10+ __version__ = '1.4.0 '
1111
1212# Add Ember's data file directory to Cantera's search path. Because the Python
1313# module is statically linked to Cantera, this needs to be done separately for
Original file line number Diff line number Diff line change 1515 scripts = ['scripts/ember']
1616
1717setup(name='Ember',
18- version='1.4.0a1 ',
18+ version='1.4.0 ',
1919 description='Multipurpose 1D Flame Solver',
2020 long_description='',
2121 author='Raymond L. Speth',
You can’t perform that action at this time.
0 commit comments