Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit ded9010

Browse files
committed
release version 0.0.5
1 parent 0f00fb6 commit ded9010

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

catsup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Catsup, a lightweight static blog generator
33
"""
44

5-
__version__ = '0.0.4'
5+
__version__ = '0.0.5'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setup(
77
name='catsup',
8-
version='0.0.4',
8+
version='0.0.5',
99
author='whtsky, messense',
1010
1111
url='https://github.com/whtsky/catsup',
1212
packages=find_packages(),
1313
description='Catsup: a lightweight static blog generator',
1414
entry_points={
1515
'console_scripts': ['catsup= catsup.app:main'],
16-
},
16+
},
1717
install_requires=[
1818
'tornado',
1919
'misaka',

0 commit comments

Comments
 (0)