version bump
This commit is contained in:
parent
0813f9015c
commit
e8c415e27c
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ copyright = '2015-2017, boyska'
|
|||
# The short X.Y version.
|
||||
version = '1.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.1.0'
|
||||
release = '1.2.1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ class PyTest(TestCommand):
|
|||
sys.exit(errno)
|
||||
|
||||
setup(name='larigira',
|
||||
version='1.1.0',
|
||||
version='1.2.1',
|
||||
description='A radio automation based on MPD',
|
||||
long_description=read('README.rst'),
|
||||
author='boyska',
|
||||
|
|
Loading…
Reference in a new issue