release 1.0.4

This commit is contained in:
Peter F. Patel-Schneider 2020-10-22 09:56:56 -04:00
parent b97c83be97
commit a4e4c160c1
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Devices.
owner: pwr-Solaar
owner_url: https://github.com/pwr-Solaar
repository: pwr-Solaar/Solaar
version: 1.0.4rc1
version: 1.0.4
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.4rc1'
__version__ = '1.0.4'
NAME = 'Solaar'

View File

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