diff --git a/.bumpversion.toml b/.bumpversion.toml index d6385ed..c988e4c 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.1.0" +current_version = "0.1.1" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/pyproject.toml b/pyproject.toml index a50b091..3ba3b53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "anilistapi" -version = "0.1.0" +version = "0.1.1" description = "Add your description here" readme = "README.md" authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]