Commit e6220a01 authored by Peter Eastman's avatar Peter Eastman
Browse files

Updated Python version number to 5.0.

parent c4e46a10
...@@ -12,8 +12,8 @@ import struct ...@@ -12,8 +12,8 @@ import struct
from distutils.core import setup from distutils.core import setup
MAJOR_VERSION_NUM='4' MAJOR_VERSION_NUM='5'
MINOR_VERSION_NUM='1' MINOR_VERSION_NUM='0'
BUILD_INFO='0' BUILD_INFO='0'
def reportError(message): def reportError(message):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment