From 9ae145553738e178eabff34cfeb2a955be8fe64c Mon Sep 17 00:00:00 2001
From: Peter Hutterer <peter.hutterer@who-t.net>
Date: Thu, 10 Feb 2022 10:37:37 +1000
Subject: [PATCH] Bump to version 0.10

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
---
 doc/source/conf.py | 4 ++--
 setup.py           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index cc4d4e7..701090c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -49,14 +49,14 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'libevdev Python wrapper'
-copyright = u'2016-2017, Red Hat Inc. '
+copyright = u'2016-2022, Red Hat Inc. '
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '0.9'
+version = '0.10'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff --git a/setup.py b/setup.py
index b22684d..bdc9313 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ https://python-libevdev.readthedocs.io/en/latest/
 
 # When bumping the version, also bump it doc/source/conf.py
 setup(name='libevdev',
-      version='0.9',
+      version='0.10',
       description='Python wrapper for libevdev',
       long_description=long_description,
       author='Peter Hutterer',
-- 
GitLab