We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280df57 commit d1d89cbCopy full SHA for d1d89cb
apex/__init__.py
@@ -1,5 +1,5 @@
1
import os
2
-__version__ = '1.2.13'
+__version__ = '1.2.14'
3
LOCAL_PATH = os.getcwd()
4
5
setup.py
@@ -5,7 +5,7 @@
6
setuptools.setup(
7
name="apex-flow",
8
- version="1.2.13",
+ version="1.2.14",
9
author="Zhuoyuan Li, Tongqi Wen",
10
author_email="zhuoyli@outlook.com",
11
description="Alloy Properties EXplorer using simulations",
0 commit comments