This commit is contained in:
sezanzeb 2020-12-04 22:05:09 +01:00
parent 94272147f9
commit cecaa7de6a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Package: key-mapper
Version: 0.1.0
Version: 0.2.0
Architecture: all
Maintainer: Sezanzeb <proxima@hip70890b.de>
Depends: build-essential, libpython3-dev, libdbus-1-dev, python3, python3-setuptools, python3-evdev, python3-pydbus, python3-gi

View File

@ -24,7 +24,7 @@ from setuptools import setup
setup(
name='key-mapper',
version='0.1.0',
version='0.2.0',
description='A tool to change the mapping of your input device buttons',
author='Sezanzeb',
author_email='proxima@hip70890b.de',