diff --git a/pyproject.toml b/pyproject.toml index a9f8ce9..35282ef 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.2.0" +current_version = "0.3.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 6b7394b..c0ddd6b 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.2.0', + version='0.3.0', author='Jesper Fussing Mørk', author_email='jfmo@moerks.dk', description='Mastodon library for easily creating Mastodon clients',