Bump to version 0.3, now that things are working on BE and Hooke. v0.3
authorW. Trevor King <wking@drexel.edu>
Thu, 16 Feb 2012 21:59:34 +0000 (16:59 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 16 Feb 2012 21:59:34 +0000 (16:59 -0500)
update_copyright/__init__.py

index c96891ec234ad4eafa02479bc89ba7097d9f2f1e..11c11c5215e93bcbcd0a343db07c58567170ded0 100644 (file)
@@ -30,7 +30,7 @@ versions, so here it is as a stand-alone package.
 from .log import get_basic_logger as _get_basic_logger
 
 
-__version__ = '0.2'
+__version__ = '0.3'
 
 
 LOG = _get_basic_logger(name='update-copyright')