Skip to content

Commit

Permalink
Update version number for the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Feb 11, 2015
1 parent fa7d560 commit 8e90539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MRS/version.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""Osmosis version/release information"""
"""MRS version/release information"""

# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
_version_major = 0
_version_minor = 1
_version_micro = '' # use '' for first of series, number for 1 and above
_version_extra = 'rc11'
#_version_extra = '' # Uncomment this for full releases
#_version_extra = 'dev'
_version_extra = '' # Uncomment this for full releases

# Construct full version string from these.
_ver = [_version_major, _version_minor]
Expand Down

0 comments on commit 8e90539

Please sign in to comment.