update version
This commit is contained in:
parent
9ff57918dd
commit
f9cd4c3968
2
peji.py
2
peji.py
@ -32,7 +32,7 @@
|
|||||||
#
|
#
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
__version__ = 1.0
|
__version__ = 1.0.1
|
||||||
|
|
||||||
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',
|
version='1.0.1',
|
||||||
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