[skip ci] bump version 0.14.0 -> 0.15.0
This commit is contained in:
parent
686d8e1029
commit
4e3894198d
|
@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "build", "twine","bumpver"]
|
||||||
build-backend = "setuptools.build_meta:__legacy__"
|
build-backend = "setuptools.build_meta:__legacy__"
|
||||||
|
|
||||||
[tool.bumpver]
|
[tool.bumpver]
|
||||||
current_version = "0.14.0"
|
current_version = "0.15.0"
|
||||||
version_pattern = "MAJOR.MINOR.PATCH"
|
version_pattern = "MAJOR.MINOR.PATCH"
|
||||||
commit_message = "[skip ci] bump version {old_version} -> {new_version}"
|
commit_message = "[skip ci] bump version {old_version} -> {new_version}"
|
||||||
commit = true
|
commit = true
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pymastodon',
|
name='pymastodon',
|
||||||
version='0.14.0',
|
version='0.15.0',
|
||||||
author='Jesper Fussing Mørk',
|
author='Jesper Fussing Mørk',
|
||||||
author_email='jfmo@moerks.dk',
|
author_email='jfmo@moerks.dk',
|
||||||
description='Mastodon library for easily creating Mastodon clients',
|
description='Mastodon library for easily creating Mastodon clients',
|
||||||
|
|
Loading…
Reference in New Issue