Skip to content

Commit 4aae58a

Browse files
authored
Upping version number to 11.2 (#116)
1 parent 7a25332 commit 4aae58a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
authors = ["Groundlight AI <[email protected]>"]
3-
description = "Build computer vision systems from natural language with Groundlight"
3+
description = "Build computer vision systems using natural language with Groundlight"
44
homepage = "https://code.groundlight.ai/python-sdk"
55
license = "MIT"
66
name = "groundlight"
@@ -9,10 +9,10 @@ packages = [
99
{include = "**/*.py", from = "src"},
1010
]
1111
readme = "README.md"
12-
version = "0.11.1"
12+
version = "0.11.2"
1313

1414
[tool.poetry.dependencies]
15-
# For certifi, use ">=" instead of "^" since it upgrades its "major version" every year
15+
# For certifi, use ">=" instead of "^" since it upgrades its "major version" every year, not really following semver
1616
certifi = ">=2023.7.22"
1717
frozendict = "^2.3.2"
1818
pillow = "^9.0.0" # TODO: We may want to mark pillow (and numpy) as extra (https://python-poetry.org/docs/master/pyproject#extras)
@@ -40,6 +40,7 @@ toml-sort = "^0.23.0"
4040
types-requests = "^2.28.11.17"
4141

4242
[tool.poetry.group.sphinx-deps.dependencies]
43+
# These are extra / stricter dependencies required to build the API reference docs
4344
python = ">=3.9.0,<4.0"
4445
python-dateutil = "^2.8.2"
4546
Sphinx = {version = "7.2.6", python = ">=3.9.0,<4.0"}

0 commit comments

Comments
 (0)