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 os
import re import re

View File

@ -6,7 +6,7 @@ with open("README.md", "r") as long_descr:
setup( setup(
name='Peji', name='Peji',
version='1.0', version='1.0.1',
author='ge', author='ge',
description='Static site generator.', description='Static site generator.',
long_description=long_description, long_description=long_description,