diff --git a/pyproject.toml b/pyproject.toml index fd288fd..de5482e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "build", "twine","bumpver"] build-backend = "setuptools.build_meta:__legacy__" [tool.bumpver] -current_version = "0.11.0" +current_version = "0.12.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "[skip ci] bump version {old_version} -> {new_version}" commit = true diff --git a/setup.py b/setup.py index d47df92..af4b984 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name='pymastodon', - version='0.11.0', + version='0.12.0', author='Jesper Fussing Mørk', author_email='jfmo@moerks.dk', description='Mastodon library for easily creating Mastodon clients',