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
"vscode:/vscode.git/clone" did not exist on "2053e2ddae980f7819dcd6449a45cbcf2ef234a2"
Commit
e6220a01
authored
Dec 18, 2012
by
Peter Eastman
Browse files
Updated Python version number to 5.0.
parent
c4e46a10
Changes
1
Show 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
from
distutils.core
import
setup
MAJOR_VERSION_NUM
=
'
4
'
MINOR_VERSION_NUM
=
'
1
'
MAJOR_VERSION_NUM
=
'
5
'
MINOR_VERSION_NUM
=
'
0
'
BUILD_INFO
=
'0'
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