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