Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaland committed Apr 6, 2011
1 parent a833112 commit 4de8618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spaceswarm.py
Expand Up @@ -4,7 +4,7 @@
from vector2 import Vector2
from pygame.locals import *

SPACESWARM_VERSION = (0, 2, 1)
SPACESWARM_VERSION = (0, 5, 0)

BLACK = (0, 0, 0)
WHITE = (255, 255, 255)
Expand Down

0 comments on commit 4de8618

Please sign in to comment.