Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Jun 27, 2014
1 parent 725f670 commit 1ece882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from distutils.core import setup

setup(name='siskin',
version='0.0.8',
version='0.0.9',
description='Various sources and workflows.',
url='https://github.com/miku/siskin',
author='Martin Czygan',
Expand Down
2 changes: 1 addition & 1 deletion siskin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import warnings
warnings.filterwarnings("ignore")

__version__ = '0.0.8'
__version__ = '0.0.9'

config = Config.instance()
tempfile.tempdir = config.get('core', 'tempdir', tempfile.gettempdir())
Expand Down

0 comments on commit 1ece882

Please sign in to comment.