From 29bd88175c78dfd96eb89c8a2428d1bfb5f732b2 Mon Sep 17 00:00:00 2001 From: boyska Date: Fri, 8 Nov 2019 15:19:34 +0100 Subject: [PATCH] version bump again I did it wrong, earlier --- doc/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 4e90e9a..8b85203 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -62,7 +62,7 @@ copyright = '2015-2017, boyska' # The short X.Y version. version = '1.3' # The full version, including alpha/beta/rc tags. -release = '1.3.0' +release = '1.3.1' # 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 bd8a899..b5be872 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ class PyTest(TestCommand): sys.exit(errno) setup(name='larigira', - version='1.3', + version='1.3.1', description='A radio automation based on MPD', long_description=read('README.rst'), long_description_content_type='text/x-rst',