Skip to content

Commit

Permalink
v2020.8.28 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMontoya-TRI committed Aug 28, 2020
1 parent d6f72a5 commit 065c2c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

v2020.8.28
----------
* multi-purpose GPy-bsed batch-mode agent
* various bugs fixed in current DFT workflow
* various dependency updates

v2020.5.19
----------
Expand Down
4 changes: 2 additions & 2 deletions camd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from tqdm import tqdm as _tqdm


__version__ = "2020.5.19"
__version__ = "2020.8.28"

CAMD_ROOT = os.path.dirname(os.path.abspath(__file__))
CAMD_TEST_FILES = os.path.join(CAMD_ROOT, "tests", "test_files")
Expand All @@ -25,4 +25,4 @@
if TQDM_OFF:
tqdm = partial(_tqdm, disable=TQDM_OFF)
else:
tqdm = _tqdm
tqdm = _tqdm
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
setup(
name='camd',
url="https://github.com/TRI-AMDD/CAMD",
version="2020.5.19",
version="2020.8.28",
packages=find_packages(),
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit 065c2c5

Please sign in to comment.