Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pdbfixer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pdbfixer
Commits
733dc3ae
Unverified
Commit
733dc3ae
authored
Dec 04, 2017
by
peastman
Committed by
GitHub
Dec 04, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #158 from peastman/version
Update version number to 1.5
parents
8f609f84
1eb0abba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
pdbfixer/pdbfixer.py
+1
-1
setup.py
+2
-2
No files found.
pdbfixer/pdbfixer.py
View file @
733dc3ae
...
@@ -30,7 +30,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
...
@@ -30,7 +30,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
"""
"""
from
__future__
import
absolute_import
from
__future__
import
absolute_import
__author__
=
"Peter Eastman"
__author__
=
"Peter Eastman"
__version__
=
"1.
4
"
__version__
=
"1.
5
"
import
simtk.openmm
as
mm
import
simtk.openmm
as
mm
import
simtk.openmm.app
as
app
import
simtk.openmm.app
as
app
...
...
setup.py
View file @
733dc3ae
...
@@ -34,12 +34,12 @@ from setuptools import setup, find_packages
...
@@ -34,12 +34,12 @@ from setuptools import setup, find_packages
DOCLINES
=
__doc__
.
split
(
"
\n
"
)
DOCLINES
=
__doc__
.
split
(
"
\n
"
)
########################
########################
__version__
=
'1.
4
'
__version__
=
'1.
5
'
VERSION
=
__version__
VERSION
=
__version__
ISRELEASED
=
False
ISRELEASED
=
False
########################
########################
CLASSIFIERS
=
"""
\
CLASSIFIERS
=
"""
\
Development Status ::
3 - Alpha
Development Status ::
5 - Production/Stable
Intended Audience :: Science/Research
Intended Audience :: Science/Research
Intended Audience :: Developers
Intended Audience :: Developers
License :: OSI Approved :: MIT License
License :: OSI Approved :: MIT License
...
...
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