diff --git a/catsup/__init__.py b/catsup/__init__.py index f34fdc9..e70c279 100644 --- a/catsup/__init__.py +++ b/catsup/__init__.py @@ -2,4 +2,4 @@ Catsup, a lightweight static blog generator """ -__version__ = '0.0.4' +__version__ = '0.0.5' diff --git a/setup.py b/setup.py index 814bcd2..a9915a8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='catsup', - version='0.0.4', + version='0.0.5', author='whtsky, messense', author_email='whtsky@me.com, wapdevelop@gmail.com', url='https://github.com/whtsky/catsup', @@ -13,7 +13,7 @@ description='Catsup: a lightweight static blog generator', entry_points={ 'console_scripts': ['catsup= catsup.app:main'], - }, + }, install_requires=[ 'tornado', 'misaka',