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