From 0f5f929982636f95c39cb84c84c0c671f041575c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 31 Oct 2014 10:53:45 -0700 Subject: [PATCH] Bump to version 0.6.1 Changes since 0.6: * README: update to pipe separators --- update_copyright/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.26.2