From e54e5f4e2cb9005ee1fc3deb62eff67de4a886a0 Mon Sep 17 00:00:00 2001 From: boyska Date: Wed, 14 Sep 2016 21:54:28 +0200 Subject: [PATCH] bump version: 0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb627af..3aec485 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ class PyTest(TestCommand): sys.exit(errno) setup(name='larigira', - version='0.1.1', + version='0.2', description='A radio automation based on MPD', long_description=read('README.rst'), author='boyska',