We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3416ac + fc672ca commit 55882a4Copy full SHA for 55882a4
pyproject.toml
@@ -9,7 +9,7 @@ packages = ["saber"]
9
name = "saber-em"
10
description = "Segment Anything Based Electron Recognition"
11
requires-python = ">=3.10"
12
-dynamic = ["version"]
+version = "0.6.0"
13
readme = "README.md"
14
license = {file = "LICENSE"}
15
classifiers = [
saber/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.5.0"
+__version__ = "0.6.0"
0 commit comments