Skip to content

Commit 6e353f3

Browse files
committed
Release cellcast_python version 0.1.1
1 parent 335308b commit 6e353f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cellcast_python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cellcast_python"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["cellcast developers"]
55
edition = "2024"
66
license = "Unlicense OR MIT"

crates/cellcast_python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "cellcast"
7-
version = "0.1.1.dev0"
7+
version = "0.1.1"
88
description = "A recast of cell segmentation models built on the Burn deep learning framework."
99
authors = [{ name = "cellcast developers" }]
1010
license = {text = "Unlicense OR MIT"}

0 commit comments

Comments
 (0)