From 0a01ab512b0e44f36bf8d51d18bf5c0ceb713b52 Mon Sep 17 00:00:00 2001 From: kapoorlab Date: Sun, 3 Sep 2023 16:36:18 +0200 Subject: [PATCH] bump tag --- pyproject.toml | 8 +------- vollseg_napari/_version.py | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2c5f96b..00666c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,3 @@ [build-system] requires = ["setuptools", "wheel"] -build-backend = "setuptools.build_meta" - -[tool.setuptools-git-versioning] -enabled = true - -[project] -version = [dynamic] \ No newline at end of file +build-backend = "setuptools.build_meta" \ No newline at end of file diff --git a/vollseg_napari/_version.py b/vollseg_napari/_version.py index 247db22..517f8cc 100644 --- a/vollseg_napari/_version.py +++ b/vollseg_napari/_version.py @@ -5,4 +5,4 @@ @author: vkapoor """ -__version__='2.4.6' \ No newline at end of file +__version__='2.4.7' \ No newline at end of file