Skip to content

Commit

Permalink
0.2.5 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed May 6, 2012
1 parent dcea295 commit 3abda82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygvm/__init__.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys import sys
from array import array from array import array


VERSION = (0, 2, 4) VERSION = (0, 2, 5)


try: try:
MAX_FLOAT = sys.float_info.max MAX_FLOAT = sys.float_info.max
Expand Down

0 comments on commit 3abda82

Please sign in to comment.