Skip to content

Commit

Permalink
v2020.8.28-post1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMontoya-TRI committed Aug 28, 2020
1 parent 79ee9eb commit c6f7909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.8.28"
__version__ = "2020.8.28-post1"

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.8.28",
version="2020.8.28-post1",
packages=find_packages(),
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit c6f7909

Please sign in to comment.