[skip ci] bump version 0.15.0 -> 0.16.0

This commit is contained in:
Gitea Actions 2024-05-02 10:38:01 +00:00
parent 29412eb383
commit 39145f6a29
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "build", "twine","bumpver"]
build-backend = "setuptools.build_meta:__legacy__"
[tool.bumpver]
current_version = "0.15.0"
current_version = "0.16.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "[skip ci] bump version {old_version} -> {new_version}"
commit = true

View File

@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name='pymastodon',
version='0.15.0',
version='0.16.0',
author='Jesper Fussing Mørk',
author_email='jfmo@moerks.dk',
description='Mastodon library for easily creating Mastodon clients',