From f6c5f61fb3f3b9cc0fa39296d984a41e552605c0 Mon Sep 17 00:00:00 2001 From: Victor Efimov Date: Thu, 29 May 2014 08:34:57 +1100 Subject: [PATCH] Dump version to 0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40a71cb..641a910 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='Sushi', description='Automatic subtitle shifter based on audio', - version='0.1.0', + version='0.1.1', url='https://github.com/tp7/Sushi', console=['sushi.py'], license='MIT',