From edef95d2772850679f72226e360472630c7bb1cb Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Wed, 14 Mar 2018 14:39:07 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79ea2d4ca3..a2bad55359 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ (inst_path+'/locale/de_DE/LC_MESSAGES',['bottles/locale/de_DE/LC_MESSAGES/bottles.po']),] setup( name='Bottles', - version='0.1.7', + version='0.1.8', author='Mirko Brombin', description='Easily manage your Wine bottles', url='https://github.com/mirkobrombin/bottles',