From: W. Trevor King Date: Thu, 16 Feb 2012 21:59:34 +0000 (-0500) Subject: Bump to version 0.3, now that things are working on BE and Hooke. X-Git-Tag: v0.3^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ab3ec3c6310088f9a94fbd9542c6a7a38fde1fe;p=update-copyright.git Bump to version 0.3, now that things are working on BE and Hooke. --- diff --git a/update_copyright/__init__.py b/update_copyright/__init__.py index c96891e..11c11c5 100644 --- a/update_copyright/__init__.py +++ b/update_copyright/__init__.py @@ -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')