Skip to content

Commit f149744

Browse files
author
Tony Crisci
committed
Bump to version 1.1.6
Version 1.1.6 adds the following bug fixes * Use enum-compat instead of enum34 * Safely set window class and instance (fixes crashes for windows with no class or instance)
1 parent 7279f34 commit f149744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='i3ipc',
11-
version='1.1.4',
11+
version='1.1.6',
1212
description='An improved Python library for i3wm extensions',
1313
long_description=long_description,
1414
url='https://github.com/acrisci/i3ipc-python',

0 commit comments

Comments
 (0)