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

Commit

Permalink
release version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 30, 2012
1 parent 0f00fb6 commit ded9010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion catsup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Catsup, a lightweight static blog generator
"""

__version__ = '0.0.4'
__version__ = '0.0.5'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setup(
name='catsup',
version='0.0.4',
version='0.0.5',
author='whtsky, messense',
author_email='[email protected], [email protected]',
url='https://github.com/whtsky/catsup',
packages=find_packages(),
description='Catsup: a lightweight static blog generator',
entry_points={
'console_scripts': ['catsup= catsup.app:main'],
},
},
install_requires=[
'tornado',
'misaka',
Expand Down

0 comments on commit ded9010

Please sign in to comment.