From fe7e1a7d92e04c52370251b5b6f4d4da5f890ce4 Mon Sep 17 00:00:00 2001 From: Sebastian Celis Date: Thu, 19 Jan 2017 08:54:07 -0600 Subject: [PATCH] Update version to 0.10.1 --- 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 2e0439c..d289a0c 100644 --- a/lib/twine/version.rb +++ b/lib/twine/version.rb @@ -1,3 +1,3 @@ module Twine - VERSION = '0.10.0' + VERSION = '0.10.1' end