Skip to content

Commit 4d98610

Browse files
committed
feat: increase version to v1.1.0
1 parent 1e1fb90 commit 4d98610

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "shapepy"
3-
version = "1.0.2"
3+
version = "1.1.0"
44
description = "Geometric 2D library"
55
authors = ["Carlos Adir <[email protected]>"]
66
readme = "README.md"

src/shapepy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
WholeShape,
1919
)
2020

21-
__version__ = "1.0.2"
21+
__version__ = "1.1.0"
2222

2323
if __name__ == "__main__":
2424
pass

0 commit comments

Comments
 (0)