Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaland committed Nov 29, 2010
1 parent 2b1a42b commit 1304533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spaceswarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from vector2 import Vector2
from pygame.locals import *

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

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

0 comments on commit 1304533

Please sign in to comment.