From 90f50ce79ff9bada5778e684059520a24183a7a0 Mon Sep 17 00:00:00 2001 From: Thomas Wollmann Date: Wed, 8 Mar 2023 11:20:03 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e79c9c8..a7b5fb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -36,4 +36,4 @@ pythonpath = [ [build-system] requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"