We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c90340 commit d8b41a6Copy full SHA for d8b41a6
pygame/version.py
@@ -25,4 +25,4 @@
25
# overly complicated.
26
vernum = (1, 9, 2)
27
# This should be updated before releasing
28
-pygame_cffi_version = '0.1.1'
+pygame_cffi_version = '0.2.0'
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name="pygame_cffi",
21
- version="0.1.1",
+ version="0.2.0",
22
url='http://github.com/CTPUG/pygame_cffi',
23
license='LGPL-2.1+',
24
description="A cffi-based SDL wrapper that copies the pygame API.",
0 commit comments