projects
/
package-cache.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8982de0
)
package_cache: Bump to version 0.1
v0.1
author
W. Trevor King
<wking@tremily.us>
Fri, 21 Feb 2014 06:07:55 +0000
(22:07 -0800)
committer
W. Trevor King
<wking@tremily.us>
Fri, 21 Feb 2014 06:07:55 +0000
(22:07 -0800)
package_cache/__init__.py
patch
|
blob
|
history
diff --git
a/package_cache/__init__.py
b/package_cache/__init__.py
index 4b7feef11fa4b030a5d2648cf3a4d35775867ede..ce9a2a3175b3abc7193e20c7276b778d2131bdca 100644
(file)
--- 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)