Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWollmann authored Mar 8, 2023
1 parent 3aef2d5 commit 90f50ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "magicregex"
version = "0.1.0"
version = "0.1.1"
description = "Readable regular expressions in Python"
authors = ["Thomas Wollmann"]
readme = "README.md"
Expand Down Expand Up @@ -36,4 +36,4 @@ pythonpath = [

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit 90f50ce

Please sign in to comment.