From f9c78becec698c35c199a54edcabbf32b8308dc4 Mon Sep 17 00:00:00 2001 From: William Patton Date: Fri, 29 Dec 2023 14:18:42 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- mwatershed/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cf77146..4972ffe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mwatershed" -version = "0.4.0" +version = "version = '0.5.0'" edition = "2018" [dependencies] diff --git a/mwatershed/__init__.py b/mwatershed/__init__.py index ffe00df..79678dc 100644 --- a/mwatershed/__init__.py +++ b/mwatershed/__init__.py @@ -3,7 +3,7 @@ __author__ = """William Hunter Patton""" __email__ = """pattonw@hhmi.org""" -__version__ = """0.4.0""" +__version__ = """__version__ = '0.5.0'""" __version_info__ = tuple(int(n) for n in __version__.split(".")) from .mwatershed import agglom_rs, cluster diff --git a/setup.cfg b/setup.cfg index ab82cb0..a25f261 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 commit = True tag = True