Skip to content

Commit 303de7b

Browse files
v2021.6.11-post9 release
1 parent fef8013 commit 303de7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

camd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from tqdm import tqdm as _tqdm
1212

1313

14-
__version__ = "2021.6.11-post8"
14+
__version__ = "2021.6.11-post9"
1515

1616
CAMD_ROOT = os.path.dirname(os.path.abspath(__file__))
1717
CAMD_TEST_FILES = os.path.join(CAMD_ROOT, "tests", "test_files")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
setup(
2828
name='camd',
2929
url="https://github.com/TRI-AMDD/CAMD",
30-
version="2021.6.11-post8",
30+
version="2021.6.11-post9",
3131
packages=find_packages(),
3232
description=DESCRIPTION,
3333
long_description=LONG_DESCRIPTION,

0 commit comments

Comments
 (0)