Bumped version 0.1.0 -> 0.1.1

This commit is contained in:
Fabio Manganiello 2022-01-12 00:33:40 +01:00
parent dc882c7237
commit cfff2e9eb6
3 changed files with 9 additions and 1 deletions

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
# 0.1.1
First usable version, with several bug fixes and better documentation.
# 0.1.0
First draft.

View File

@ -0,0 +1 @@
__version__ = '0.1.1'

View File

@ -11,7 +11,7 @@ def readfile(file):
setup(
name='madblog',
version='0.1.0',
version='0.1.1',
author='Fabio Manganiello',
author_email='info@fabiomanganiello.com',
description='A minimal platform for Markdown-based blogs',