diff --git a/doc/source/conf.py b/doc/source/conf.py
index 701090c2dd8a5e25ffb4d4e9fbc348fc9790473c..456d62a6a4d0b706c0e66e832fc39ef152e5b5fd 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -56,7 +56,7 @@ copyright = u'2016-2022, Red Hat Inc. '
 # built documents.
 #
 # The short X.Y version.
-version = '0.10'
+version = '0.11'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff --git a/setup.py b/setup.py
index bdc93136a0b32fc0e0b78fe66c109058d61a5aa8..9aad0b4a74d165a446a1286459674033da0c67cc 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.10',
+      version='0.11',
       description='Python wrapper for libevdev',
       long_description=long_description,
       author='Peter Hutterer',