From cecaa7de6a5f08e4b036c773ce02eea63391bcbe Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Fri, 4 Dec 2020 22:05:09 +0100 Subject: [PATCH] 0.2.0 --- DEBIAN/control | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEBIAN/control b/DEBIAN/control index e371f6eb..f89f562d 100644 --- a/DEBIAN/control +++ b/DEBIAN/control @@ -1,5 +1,5 @@ Package: key-mapper -Version: 0.1.0 +Version: 0.2.0 Architecture: all Maintainer: Sezanzeb Depends: build-essential, libpython3-dev, libdbus-1-dev, python3, python3-setuptools, python3-evdev, python3-pydbus, python3-gi diff --git a/setup.py b/setup.py index 49bee486..f81eb866 100644 --- a/setup.py +++ b/setup.py @@ -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',