bump version: 1.0b1

This commit is contained in:
boyska 2016-12-11 14:18:19 +01:00
parent f78adbe490
commit a154350b1b
No known key found for this signature in database
GPG key ID: 7395DCAE58289CA9
2 changed files with 3 additions and 3 deletions

View file

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

View file

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