fix syntax and update version
This commit is contained in:
parent
f9cd4c3968
commit
0e277fcd66
2
peji.py
2
peji.py
@ -32,7 +32,7 @@
|
|||||||
#
|
#
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
__version__ = 1.0.1
|
__version__ = '1.0.2'
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ with open("README.md", "r") as long_descr:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'Peji',
|
name = 'Peji',
|
||||||
version='1.0.1',
|
version = '1.0.2',
|
||||||
author = 'ge',
|
author = 'ge',
|
||||||
description = 'Static site generator.',
|
description = 'Static site generator.',
|
||||||
long_description = long_description,
|
long_description = long_description,
|
||||||
|
Loading…
Reference in New Issue
Block a user