We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d2320 commit ff5cc88Copy full SHA for ff5cc88
setup.py
@@ -50,7 +50,7 @@ def finalize_options(self):
50
else:
51
requires_cffi = "cffi>=1.1.0"
52
53
-version = "1.4.0"
+version = "1.5.0"
54
dependencies = [requires_cffi]
55
56
setup(
xcffib.cabal
@@ -1,5 +1,5 @@
1
name: xcffib
2
-version: 1.4.0
+version: 1.5.0
3
synopsis: A cffi-based python binding for X
4
homepage: http://github.com/tych0/xcffib
5
license: OtherLicense
0 commit comments