We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1fb90 commit 4d98610Copy full SHA for 4d98610
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "shapepy"
3
-version = "1.0.2"
+version = "1.1.0"
4
description = "Geometric 2D library"
5
authors = ["Carlos Adir <[email protected]>"]
6
readme = "README.md"
src/shapepy/__init__.py
@@ -18,7 +18,7 @@
18
WholeShape,
19
)
20
21
-__version__ = "1.0.2"
+__version__ = "1.1.0"
22
23
if __name__ == "__main__":
24
pass
0 commit comments