diff --git a/setup.py b/setup.py index cc40771..5aa39eb 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name="pygame_cffi", - version="0.0.1", + version="0.0.2", url='http://github.com/CTPUG/pygame_cffi', license='LGPL-2.1+', description="A cffi-based SDL wrapper that copies the pygame API.",