From: W. Trevor King Date: Fri, 21 Feb 2014 06:07:55 +0000 (-0800) Subject: package_cache: Bump to version 0.1 X-Git-Tag: v0.1^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2162d3606c7fa60d9d10ceb3912d4c8294ca1801;p=package-cache.git package_cache: Bump to version 0.1 --- diff --git a/package_cache/__init__.py b/package_cache/__init__.py index 4b7feef..ce9a2a3 100644 --- a/package_cache/__init__.py +++ b/package_cache/__init__.py @@ -20,7 +20,7 @@ import logging as _logging -__version__ = '0.0' +__version__ = '0.1' LOG = _logging.getLogger(__name__) LOG.setLevel(_logging.WARNING)