Skip to content

Commit

Permalink
Updated version number to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Immudzen committed Dec 5, 2022
1 parent dde59a7 commit 8213130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cadet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = 'CADET-python'

__version__ = "0.11"
__version__ = "0.14"

from .cadet import H5
from .cadet import Cadet
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8213130

Please sign in to comment.