Skip to content

Commit

Permalink
v2021.6.11-post7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMontoya-TRI committed Jun 11, 2021
1 parent 82cdc1a commit 954da69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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__ = "2021.6.11-post6"
__version__ = "2021.6.11-post7"

CAMD_ROOT = os.path.dirname(os.path.abspath(__file__))
CAMD_TEST_FILES = os.path.join(CAMD_ROOT, "tests", "test_files")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
setup(
name='camd',
url="https://github.com/TRI-AMDD/CAMD",
version="2021.6.11-post6",
version="2021.6.11-post7",
packages=find_packages(),
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit 954da69

Please sign in to comment.