release 0.8.5

This commit is contained in:
Daniel Pavel 2013-01-04 11:38:15 +02:00
parent 5dd8cd66dd
commit 500503c069
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ from distutils.core import setup
setup(name='Solaar',
version='0.8.4',
version='0.8.5',
description='Linux devices manager for the Logitech Unifying Receiver.',
long_description='''
Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.

View File

@ -4,4 +4,4 @@
from __future__ import absolute_import, division, print_function, unicode_literals
__version__ = "0.8.4"
__version__ = "0.8.5"