Skip to content

Commit

Permalink
v2022.2.1.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickherring-TRI committed Feb 2, 2022
1 parent 11f2cb8 commit 1dab1fa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


v2022.2.1.19
------------
* Setup featurizers and tests
* Added initial files for intracell analysis update



v2022.1.24.16
-------------
* Fix bug with loading processed file from a different environment
Expand Down
2 changes: 1 addition & 1 deletion beep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Versioning. The python code version is frequently tagged
# with a commit hash from the repo, which is supplied via
# an environment variable by the integration build procedure
__version__ = "2022.1.24.16"
__version__ = "2022.2.1.19"
VERSION_TAG = os.environ.get("BEEP_VERSION_TAG")
if VERSION_TAG is not None:
__version__ = "-".join([__version__, VERSION_TAG])
Expand Down
Binary file modified beep/features/tests/BEEPFeaturizer_test_serialization.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(name="beep",
url="https://github.com/TRI-AMDD/beep",
version="2022.1.24.16",
version="2022.2.1.19",
description=description,
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 1dab1fa

Please sign in to comment.