Skip to content

Commit 90f50ce

Browse files
Update pyproject.toml
1 parent 3aef2d5 commit 90f50ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "magicregex"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Readable regular expressions in Python"
55
authors = ["Thomas Wollmann"]
66
readme = "README.md"
@@ -36,4 +36,4 @@ pythonpath = [
3636

3737
[build-system]
3838
requires = ["poetry-core"]
39-
build-backend = "poetry.core.masonry.api"
39+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)