Skip to content
Snippets Groups Projects
Commit f342ee01 authored by Ian Bell's avatar Ian Bell
Browse files

Bump to 0.3.0

parent 951bd51d
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,11 @@ So far the following EOS are implemented: ...@@ -14,6 +14,11 @@ So far the following EOS are implemented:
Written by Ian Bell, NIST. Written by Ian Bell, NIST.
## Changelog
0.3.0 Add integration options to the tracing of the critical curve; fix ``__version__``
0.2.0 Add fluid files to the python package
## Install ## Install
For windows and OSX, you should be able to install the most recent version from PYPI with For windows and OSX, you should be able to install the most recent version from PYPI with
......
...@@ -11,7 +11,7 @@ from setuptools import setup, Extension ...@@ -11,7 +11,7 @@ from setuptools import setup, Extension
from setuptools.command.build_ext import build_ext from setuptools.command.build_ext import build_ext
from distutils.version import LooseVersion from distutils.version import LooseVersion
VERSION = '0.2.1dev' VERSION = '0.3.0'
with open('interface/teqpversion.hpp','w') as fpver: with open('interface/teqpversion.hpp','w') as fpver:
fpver.write(f'#include <string>\nconst std::string TEQPVERSION = "{VERSION}";') fpver.write(f'#include <string>\nconst std::string TEQPVERSION = "{VERSION}";')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment