Skip to content

Commit 02fe6ed

Browse files
committed
Bump version to 0.6.3
Updated version numbers in Cargo.toml and _version.py to 0.6.3 for a new release.
1 parent 487a2aa commit 02fe6ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6.2"
3+
version = "0.6.3"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Sichao He <sichaohe@outlook.com>"]

python/canns_lib/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Project-wide version string."""
22

3-
__version__ = "0.6.2"
3+
__version__ = "0.6.3"

0 commit comments

Comments
 (0)