Skip to content

Commit d8b41a6

Browse files
author
Neil
committed
Bump version number for release
1 parent 4c90340 commit d8b41a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygame/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
# overly complicated.
2626
vernum = (1, 9, 2)
2727
# This should be updated before releasing
28-
pygame_cffi_version = '0.1.1'
28+
pygame_cffi_version = '0.2.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="pygame_cffi",
21-
version="0.1.1",
21+
version="0.2.0",
2222
url='http://github.com/CTPUG/pygame_cffi',
2323
license='LGPL-2.1+',
2424
description="A cffi-based SDL wrapper that copies the pygame API.",

0 commit comments

Comments
 (0)