From: W. Trevor King Date: Fri, 31 Oct 2014 17:53:45 +0000 (-0700) Subject: Bump to version 0.6.1 X-Git-Tag: v0.6.1~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0f5f929982636f95c39cb84c84c0c671f041575c;p=update-copyright.git Bump to version 0.6.1 Changes since 0.6: * README: update to pipe separators --- diff --git a/update_copyright/__init__.py b/update_copyright/__init__.py index 553542f..10fd7fd 100644 --- a/update_copyright/__init__.py +++ b/update_copyright/__init__.py @@ -29,7 +29,7 @@ versions, so here it is as a stand-alone package. from .log import get_basic_logger as _get_basic_logger -__version__ = '0.6' +__version__ = '0.6.1' LOG = _get_basic_logger(name='update-copyright')