alessandro trinca tornidor
commited on
Commit
·
872cad3
1
Parent(s):
bb5a051
[feat] bump to version 1.3.3
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "samgis-lisa-on-cuda"
|
| 3 |
-
version = "1.3.
|
| 4 |
description = "A VLM backend for machine learning instance segmentation on geospatial data that uses LISA (Reasoning Segmentation via Large Language Model)."
|
| 5 |
authors = ["alessandro trinca tornidor <[email protected]>"]
|
| 6 |
license = "MIT license"
|
|
@@ -8,7 +8,7 @@ readme = "README.md"
|
|
| 8 |
|
| 9 |
[metadata]
|
| 10 |
name = "samgis-lisa-on-cuda"
|
| 11 |
-
version = "1.3.
|
| 12 |
|
| 13 |
[tool.poetry.dependencies]
|
| 14 |
bson = "^0.5.10"
|
|
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "samgis-lisa-on-cuda"
|
| 3 |
+
version = "1.3.3"
|
| 4 |
description = "A VLM backend for machine learning instance segmentation on geospatial data that uses LISA (Reasoning Segmentation via Large Language Model)."
|
| 5 |
authors = ["alessandro trinca tornidor <[email protected]>"]
|
| 6 |
license = "MIT license"
|
|
|
|
| 8 |
|
| 9 |
[metadata]
|
| 10 |
name = "samgis-lisa-on-cuda"
|
| 11 |
+
version = "1.3.3"
|
| 12 |
|
| 13 |
[tool.poetry.dependencies]
|
| 14 |
bson = "^0.5.10"
|