Skip to content

Commit

Permalink
Bump version for build bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed May 10, 2017
1 parent d8b41a6 commit 12c0749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pygame/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 12c0749

Please sign in to comment.