diff --git a/peji.py b/peji.py index 83aca72..e046bbf 100644 --- a/peji.py +++ b/peji.py @@ -32,7 +32,7 @@ # ########################################################################## -__version__ = 1.0 +__version__ = 1.0.1 import os import re diff --git a/setup.py b/setup.py index 9486a1d..7621c44 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r") as long_descr: setup( name='Peji', - version='1.0', + version='1.0.1', author='ge', description='Static site generator.', long_description=long_description,