version bump again

I did it wrong, earlier
This commit is contained in:
boyska 2019-11-08 15:19:34 +01:00
parent 97b38e1a49
commit 29bd88175c
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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',