Skip to content

Commit 8213130

Browse files
committed
Updated version number to 0.14
1 parent dde59a7 commit 8213130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cadet/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = 'CADET-python'
22

3-
__version__ = "0.11"
3+
__version__ = "0.14"
44

55
from .cadet import H5
66
from .cadet import Cadet

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="CADET-Python",
8-
version="0.11",
8+
version="0.14",
99
author="William Heymann",
1010
author_email="[email protected]",
1111
description="CADET is a python interface to the CADET chromatography simulator",

0 commit comments

Comments
 (0)