Skip to content

Commit d502597

Browse files
committed
Bump version to 0.5.0 for major restructuring release
1 parent 486a903 commit d502597

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "canns-lib"
3-
version = "0.4.4"
3+
version = "0.5.0"
44
edition = "2021"
55
description = "High-performance computational acceleration library for CANNS, providing optimized implementations for topological data analysis and neural network computations"
66
license = "Apache-2.0"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
"""Version information for canns-ripser."""
1+
"""Version information for canns-lib."""
22

3-
__version__ = "0.4.4"
3+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)