Increment version in preparation for imminent release

This commit is contained in:
Justin Mayer 2019-07-14 17:21:54 +02:00
commit d9e58f3096
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "pelican"
version = "4.0.1"
version = "4.1.0"
description = "Static site generator supporting Markdown and reStructuredText"
authors = ["Justin Mayer <entrop@gmail.com>"]
license = "AGPLv3"

View file

@ -7,7 +7,7 @@ from os.path import join, relpath
from setuptools import setup
version = "4.0.1"
version = "4.1.0"
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments', 'docutils',
'pytz >= 0a', 'blinker', 'unidecode', 'six >= 1.4',