Skip to content

Commit a99bc0f

Browse files
authored
Adding python package classifier and version bump (#247)
* adding classifier * version bump
1 parent 71537e2 commit a99bc0f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ requires-python = ">=3.9,<3.13"
1212
authors = [
1313
{ name = "Jordao Bragantini", email = "jordao.bragantini@czbiohub.org" },
1414
]
15+
classifiers = [
16+
"Framework :: napari",
17+
"Intended Audience :: Science/Research",
18+
"License :: OSI Approved :: BSD License",
19+
"Programming Language :: Python",
20+
"Programming Language :: Python :: 3.9",
21+
"Programming Language :: Python :: 3.10",
22+
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
24+
"Topic :: Scientific/Engineering",
25+
"Topic :: Scientific/Engineering :: Image Processing",
26+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
27+
]
1528
dependencies = [
1629
"blosc2 >=2.2.0",
1730
"click >=8.1.3",

ultrack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# ignoring small float32/64 zero flush warning
1111
warnings.filterwarnings("ignore", message="The value of the smallest subnormal for")
1212

13-
__version__ = "0.7.0rc2"
13+
__version__ = "0.7.0"
1414

1515
from ultrack.config.config import MainConfig, load_config
1616
from ultrack.core.export.ctc import to_ctc

0 commit comments

Comments
 (0)