From cf166bd9011b0c9e2a244b12f512a1f8feefffb7 Mon Sep 17 00:00:00 2001 From: Sebastian Celis Date: Sat, 8 Aug 2015 07:23:05 -0500 Subject: [PATCH] Update version to 0.7.0. --- lib/twine/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/twine/version.rb b/lib/twine/version.rb index f34e1f2..0233f84 100644 --- a/lib/twine/version.rb +++ b/lib/twine/version.rb @@ -1,3 +1,3 @@ module Twine - VERSION = '0.6.0' + VERSION = '0.7.0' end