Skip to content

Commit

Permalink
set version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Mar 6, 2024
1 parent 1e703a7 commit 969f2e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mwatershed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = """William Hunter Patton"""
__email__ = """[email protected]"""
__version__ = """0.7.0"""
__version__ = """0.4.0"""
__version_info__ = tuple(int(n) for n in __version__.split("."))

from .mwatershed import agglom_rs, cluster
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 0.4.0
commit = True
tag = True

Expand Down

0 comments on commit 969f2e2

Please sign in to comment.