From a154350b1b766d5b2faeddacea75c9ddced4e72f Mon Sep 17 00:00:00 2001 From: boyska Date: Sun, 11 Dec 2016 14:18:19 +0100 Subject: [PATCH] bump version: 1.0b1 --- doc/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 24cef4f..407cf09 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -60,9 +60,9 @@ copyright = '2015-2016, boyska' # built documents. # # The short X.Y version. -version = '0.4.2' +version = '1.0b1' # The full version, including alpha/beta/rc tags. -release = '0.4.2' +release = '1.0b1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index b2de1ab..239323b 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ class PyTest(TestCommand): sys.exit(errno) setup(name='larigira', - version='0.4.2', + version='1.0b1', description='A radio automation based on MPD', long_description=read('README.rst'), author='boyska',