File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bintensors-python"
3
- version = " 0.0.4 "
3
+ version = " 0.0.5 "
4
4
edition = " 2021"
5
5
rust-version = ' 1.75'
6
6
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ dynamic = ["version"]
26
26
authors = [
27
27
{name = ' Luca Vivona' , email = " lucavivona01@gmail.com" }
28
28
]
29
+ description = " Another file format for storing your models in a binary encoded format."
29
30
readme = {file = " README.md" , content-type = " text/markdown" }
30
31
[project .optional-dependencies ]
31
32
numpy = [" numpy>=1.21.6" ]
@@ -60,6 +61,7 @@ dev = [
60
61
[project .urls ]
61
62
Homepage = ' https://github.com/GnosisFoundation/bintensors'
62
63
Source = ' https://github.com/GnosisFoundation/bintensors'
64
+ repository = " https://github.com/GnosisFoundation/bintensors"
63
65
64
66
[tool .maturin ]
65
67
python-source = " py"
You can’t perform that action at this time.
0 commit comments