Skip to content

Commit

Permalink
Updated version number to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers committed Sep 7, 2015
1 parent 5313e06 commit 7545242
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package/MDAnalysis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
# e.g. with lib.log

#: Release of MDAnalysis as a string, using `semantic versioning`_.
__version__ = "0.11.0-dev" # NOTE: keep in sync with RELEASE in setup.py
__version__ = "0.11.0" # NOTE: keep in sync with RELEASE in setup.py
2 changes: 1 addition & 1 deletion package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def detect_openmp():


if __name__ == '__main__':
RELEASE = "0.11.0-dev" # NOTE: keep in sync with MDAnalysis.version in __init__.py
RELEASE = "0.11.0" # NOTE: keep in sync with MDAnalysis.version in __init__.py
with open("SUMMARY.txt") as summary:
LONG_DESCRIPTION = summary.read()
CLASSIFIERS = [
Expand Down
2 changes: 1 addition & 1 deletion testsuite/MDAnalysisTests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"""

__version__ = "0.11.0-dev" # keep in sync with RELEASE in setup.py
__version__ = "0.11.0" # keep in sync with RELEASE in setup.py

# Do NOT import MDAnalysis at this level. Tests should do it themselves.
# If MDAnalysis is imported here coverage accounting might fail because all the import
Expand Down
2 changes: 1 addition & 1 deletion testsuite/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@


if __name__ == '__main__':
RELEASE = "0.11.0-dev" # this must be in-sync with MDAnalysis
RELEASE = "0.11.0" # this must be in-sync with MDAnalysis
LONG_DESCRIPTION = \
"""MDAnalysis is a tool for analyzing molecular dynamics trajectories.
Expand Down

0 comments on commit 7545242

Please sign in to comment.