Skip to content

Commit

Permalink
added version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbrownnwyc committed Jun 19, 2015
1 parent 3748712 commit fddc67f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion imageresolver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import logging

logger = logging.getLogger('ImageResolver')
__version__ = "0.2.1"

# add the vendor directories to our path
module_path = os.path.dirname(__file__)
Expand All @@ -31,6 +30,7 @@

from .abpy import abpy
from . import getimageinfo
from .version import __version__

# raised if a resource could not be loaded
class HTTPException(Exception):
Expand Down
2 changes: 2 additions & 0 deletions imageresolver/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
__version__ = "0.3.0"

0 comments on commit fddc67f

Please sign in to comment.