Skip to content

Commit

Permalink
Bump version: 0.12.0-beta.0 → 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance Release committed Aug 7, 2024
1 parent 0cb37f0 commit ec39d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/.bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.12.0-beta.0"
current_version = "0.12.0"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lancedb-python"
version = "0.12.0-beta.0"
version = "0.12.0"
edition.workspace = true
description = "Python bindings for LanceDB"
license.workspace = true
Expand Down

0 comments on commit ec39d98

Please sign in to comment.