From 8700257f95acee0f8b1fb8b726500999fc914ee8 Mon Sep 17 00:00:00 2001 From: Sebastian Celis Date: Mon, 22 Feb 2016 09:32:52 -0600 Subject: [PATCH] Update version to 0.8.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 5a9af02..3a54a23 100644 --- a/lib/twine/version.rb +++ b/lib/twine/version.rb @@ -1,3 +1,3 @@ module Twine - VERSION = '0.8.0' + VERSION = '0.8.1' end