fix syntax and update version

This commit is contained in:
gd 2021-12-23 21:38:03 +03:00
parent f9cd4c3968
commit 0e277fcd66
2 changed files with 11 additions and 11 deletions

View File

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

View File

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