release 1.0.3rc1

This commit is contained in:
Peter F. Patel-Schneider 2020-07-25 17:07:10 -04:00
parent 4fbf5aa531
commit fb328b3993
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Paired Devices
owner: pwr-Solaar
owner_url: https://github.com/pwr-Solaar
repository: pwr-Solaar/Solaar
version: 1.0.2
version: 1.0.3rc1
show_downloads: false
encoding: utf-8
theme: jekyll-theme-slate

View File

@ -19,5 +19,5 @@
from __future__ import absolute_import, division, print_function, unicode_literals
__version__ = '1.0.2'
__version__ = '1.0.3rc1'
NAME = 'Solaar'

View File

@ -8,7 +8,7 @@ except ImportError:
from distutils.core import setup
# from solaar import NAME, __version__
__version__ = '1.0.2'
__version__ = '1.0.3rc1'
NAME = 'Solaar'