update version

This commit is contained in:
gd 2021-12-23 21:31:15 +03:00
parent 9ff57918dd
commit f9cd4c3968
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
#
##########################################################################
__version__ = 1.0
__version__ = 1.0.1
import os
import re

View File

@ -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,