diff --git a/cadet/__init__.py b/cadet/__init__.py index 6e14e59..4d995eb 100644 --- a/cadet/__init__.py +++ b/cadet/__init__.py @@ -1,6 +1,6 @@ name = 'CADET-python' -__version__ = "0.11" +__version__ = "0.14" from .cadet import H5 from .cadet import Cadet diff --git a/setup.py b/setup.py index b2ea991..baeb955 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="CADET-Python", - version="0.11", + version="0.14", author="William Heymann", author_email="w.heymann@fz-juelich.de", description="CADET is a python interface to the CADET chromatography simulator",