diff --git a/doc/source/conf.py b/doc/source/conf.py index db94eb5..24cef4f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -60,9 +60,9 @@ copyright = '2015-2016, boyska' # built documents. # # The short X.Y version. -version = '0.4.1' +version = '0.4.2' # The full version, including alpha/beta/rc tags. -release = '0.4.1' +release = '0.4.2' # 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 0f182b4..3b2a2aa 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ class PyTest(TestCommand): sys.exit(errno) setup(name='larigira', - version='0.4.1', + version='0.4.2', description='A radio automation based on MPD', long_description=read('README.rst'), author='boyska',