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 fef8013 commit 303de7bCopy full SHA for 303de7b
camd/__init__.py
@@ -11,7 +11,7 @@
11
from tqdm import tqdm as _tqdm
12
13
14
-__version__ = "2021.6.11-post8"
+__version__ = "2021.6.11-post9"
15
16
CAMD_ROOT = os.path.dirname(os.path.abspath(__file__))
17
CAMD_TEST_FILES = os.path.join(CAMD_ROOT, "tests", "test_files")
setup.py
@@ -27,7 +27,7 @@
27
setup(
28
name='camd',
29
url="https://github.com/TRI-AMDD/CAMD",
30
- version="2021.6.11-post8",
+ version="2021.6.11-post9",
31
packages=find_packages(),
32
description=DESCRIPTION,
33
long_description=LONG_DESCRIPTION,
0 commit comments