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__'
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "0.2.34"
|
||||
current_version = "0.2.35"
|
||||
commit = true
|
||||
tag = true
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ def readfile(file):
|
|||
|
||||
setup(
|
||||
name="madblog",
|
||||
version="0.2.34",
|
||||
version="0.2.35",
|
||||
author="Fabio Manganiello",
|
||||
author_email="info@fabiomanganiello.com",
|
||||
description="A minimal platform for Markdown-based blogs",
|
||||
|
|
Loading…
Add table
Reference in a new issue