Bump version: 0.2.34 → 0.2.35
This commit is contained in:
parent
279e527736
commit
5505d074f0
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
__version__ = "0.2.34"
|
__version__ = "0.2.35"
|
||||||
|
|
|
@ -24,7 +24,7 @@ dependencies = {file = "requirements.txt"}
|
||||||
madblog = 'madblog:__main__'
|
madblog = 'madblog:__main__'
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.2.34"
|
current_version = "0.2.35"
|
||||||
commit = true
|
commit = true
|
||||||
tag = true
|
tag = true
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ def readfile(file):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="madblog",
|
name="madblog",
|
||||||
version="0.2.34",
|
version="0.2.35",
|
||||||
author="Fabio Manganiello",
|
author="Fabio Manganiello",
|
||||||
author_email="info@fabiomanganiello.com",
|
author_email="info@fabiomanganiello.com",
|
||||||
description="A minimal platform for Markdown-based blogs",
|
description="A minimal platform for Markdown-based blogs",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue