From f44b4c784372e6cabd7c1dff53c155afa0323363 Mon Sep 17 00:00:00 2001 From: Mark Kieling Date: Sat, 12 Mar 2016 17:38:56 -0800 Subject: [PATCH] Update or release --- src/vi/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vi/version.py b/src/vi/version.py index 8a68dc7..605eba4 100644 --- a/src/vi/version.py +++ b/src/vi/version.py @@ -1,3 +1,3 @@ VERSION = "1.1.0" -SNAPSHOT = True # set to false when releasing +SNAPSHOT = False # set to false when releasing