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.
1 parent 20eff02 commit e991d99Copy full SHA for e991d99
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "canns-lib"
3
-version = "0.5.0"
+version = "0.6.0"
4
edition = "2021"
5
license = "Apache-2.0"
6
authors = ["Sichao He <[email protected]>"]
python/canns_lib/_version.py
@@ -1,3 +1,3 @@
"""Project-wide version string."""
-__version__ = "0.5.0"
+__version__ = "0.6.0"
0 commit comments