Skip to content

Commit

Permalink
REL: v0.12.8 - Increment version for SpotNet dataset release. (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbar authored Aug 31, 2023
1 parent d8b619e commit 9b51d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deepcell/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
__title__ = 'DeepCell'
__description__ = 'Deep learning for single cell image segmentation'
__url__ = 'https://github.com/vanvalenlab/deepcell-tf'
__version__ = '0.12.7'
__version__ = '0.12.8'
__download_url__ = f'{__url__}/tarball/{__version__}'
__author__ = 'The Van Valen Lab'
__author_email__ = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
author = 'Van Valen Lab at Caltech'

# The short X.Y.Z version - overriden by rtd
version = release = '0.12.7'
version = release = '0.12.8'

import subprocess
try:
Expand Down

0 comments on commit 9b51d6c

Please sign in to comment.