Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Dario committed Nov 10, 2012
1 parent eb97007 commit b69f1c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion imagy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from libsmush import optimize_image
from store import store, Store

__version__ = '0.3.0'
__version__ = '0.4.0'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-

from setuptools import setup, find_packages
import imagy

deps = ['watchdog','path.py']

Expand Down

0 comments on commit b69f1c6

Please sign in to comment.