Skip to content

Commit 0e72c9b

Browse files
committed
version: bump python 0.0.4 to 0.0.5
1 parent 48055f4 commit 0e72c9b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

binding/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bintensors-python"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition = "2021"
55
rust-version = '1.75'
66

binding/python/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dynamic = ["version"]
2626
authors = [
2727
{name = 'Luca Vivona', email = "lucavivona01@gmail.com"}
2828
]
29+
description = "Another file format for storing your models in a binary encoded format."
2930
readme = {file = "README.md", content-type = "text/markdown"}
3031
[project.optional-dependencies]
3132
numpy = ["numpy>=1.21.6"]
@@ -60,6 +61,7 @@ dev = [
6061
[project.urls]
6162
Homepage = 'https://github.com/GnosisFoundation/bintensors'
6263
Source = 'https://github.com/GnosisFoundation/bintensors'
64+
repository = "https://github.com/GnosisFoundation/bintensors"
6365

6466
[tool.maturin]
6567
python-source = "py"

0 commit comments

Comments
 (0)