Skip to content

Commit

Permalink
Update manual version (#241)
Browse files Browse the repository at this point in the history
* Update manual version

New version in setup.py for patched version.

There look to be old tags (v0.6.0) that are datestamped 2020, but the latest releases are from 2021 and only reach v0.4.21.

Bumping to version `v0.7.0` to skip around this ambiguity. Will generate release notes once pushed to PyPI.

* Update version in __init__.py
  • Loading branch information
willGraham01 authored Aug 2, 2023
1 parent 2f468f3 commit 7787e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cellfinder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.4.21"
__version__ = "0.7.0"
__author__ = "Adam Tyson, Christian Niedworok, Charly Rousseau"
__license__ = "BSD-3-Clause"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="cellfinder",
version="0.4.21",
version="0.7.0",
description="Automated 3D cell detection and registration of "
"whole-brain images",
long_description=long_description,
Expand Down

0 comments on commit 7787e38

Please sign in to comment.