We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13bbd5 commit cefd181Copy full SHA for cefd181
pyffi/__init__.py
@@ -48,7 +48,7 @@
48
#
49
# ***** END LICENSE BLOCK *****
50
51
-__version__ = '2.1.10'
+__version__ = '2.1.11'
52
53
__hexversion__ = eval('0x%02X%02X%02X'
54
% tuple(int(x) for x in __version__.split('.')))
0 commit comments