diff --git a/clean_links/__init__.py b/clean_links/__init__.py index 81f0fde..3dc1f76 100644 --- a/clean_links/__init__.py +++ b/clean_links/__init__.py @@ -1 +1 @@ -__version__ = "0.0.4" +__version__ = "0.1.0" diff --git a/pyproject.toml b/pyproject.toml index 18df5fc..b481f90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clean_links" -version = "0.0.4" +version = "0.1.0" description = "Tools for cleaning up links" authors = ["Mike Stringer "] repository = "https://github.com/stringertheory/clean-links" @@ -30,7 +30,7 @@ mkdocstrings = {extras = ["python"], version = "^0.23.0"} [tool.bumpversion] -current_version = "0.0.4" +current_version = "0.1.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"