Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
e6220a01
Commit
e6220a01
authored
Dec 18, 2012
by
Peter Eastman
Browse files
Updated Python version number to 5.0.
parent
c4e46a10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wrappers/python/setup.py
wrappers/python/setup.py
+2
-2
No files found.
wrappers/python/setup.py
View file @
e6220a01
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment