Skip to content

Commit

Permalink
fix: update cargo.toml align versioning for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Senhaji-Rhazi-Hamza committed Nov 28, 2024
1 parent ab268c4 commit 6300fbc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[package]
name = "py-binding-polodb"
version = "0.1.2"
version = "0.1.16"
edition = "2021"
description = "Python bindings for PoloDB"
license = "Apache License"
license-file = "LICENSE.txt"
repository = "https://github.com/PoloDB/polodb-python"
homepage = "https://github.com/PoloDB/polodb-python"
documentation = "https://github.com/PoloDB/polodb-python/blob/main/README.md"

[lib]
# The name of the native library. This is the name which will be used in Python to import the
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "polodb-python"
version = "0.1.15"
version = "0.1.16"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 6300fbc

Please sign in to comment.