Skip to content

Commit 55882a4

Browse files
authored
Merge pull request #28 from chanzuckerberg/versioningvf
fix: versioning
2 parents f3416ac + fc672ca commit 55882a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = ["saber"]
99
name = "saber-em"
1010
description = "Segment Anything Based Electron Recognition"
1111
requires-python = ">=3.10"
12-
dynamic = ["version"]
12+
version = "0.6.0"
1313
readme = "README.md"
1414
license = {file = "LICENSE"}
1515
classifiers = [

saber/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)