Skip to content

Commit d1d89cb

Browse files
committed
update version tag to 2.1.14
1 parent 280df57 commit d1d89cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
2-
__version__ = '1.2.13'
2+
__version__ = '1.2.14'
33
LOCAL_PATH = os.getcwd()
44

55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="apex-flow",
8-
version="1.2.13",
8+
version="1.2.14",
99
author="Zhuoyuan Li, Tongqi Wen",
1010
author_email="zhuoyli@outlook.com",
1111
description="Alloy Properties EXplorer using simulations",

0 commit comments

Comments
 (0)