From 2e27cb074b3b0f4200a8a2fc36887f21ab361490 Mon Sep 17 00:00:00 2001 From: Chad Brubaker Date: Tue, 11 Nov 2014 15:08:29 -0800 Subject: [PATCH] Version bump to 1.0.0 Now is as good a point as any to mark a 1.0.0 'release' and branch off a dev branch so we keep master stable. --- nogotofail/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nogotofail/__init__.py b/nogotofail/__init__.py index 679f07dc..7026cc5d 100644 --- a/nogotofail/__init__.py +++ b/nogotofail/__init__.py @@ -14,5 +14,5 @@ limitations under the License. ''' -version_info = (0, 1, 0) +version_info = (1, 0, 0) __version__ = ".".join([str(v) for v in version_info])