From 12c074902fb2112cb3a038ebb9d8c51b7a79cef4 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 10 May 2017 11:53:52 +0200 Subject: [PATCH] Bump version for build bugfix release --- pygame/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.",