diff --git a/pygame/version.py b/pygame/version.py index 1fb13c5..4aa336a 100644 --- a/pygame/version.py +++ b/pygame/version.py @@ -25,4 +25,4 @@ # overly complicated. vernum = (1, 9, 2) # This should be updated before releasing -pygame_cffi_version = '0.2.0' +pygame_cffi_version = '0.2.1' diff --git a/setup.py b/setup.py index 36920b0..78853ef 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name="pygame_cffi", - version="0.2.0", + version="0.2.1", url='http://github.com/CTPUG/pygame_cffi', license='LGPL-2.1+', description="A cffi-based SDL wrapper that copies the pygame API.",