Skip to content

Commit

Permalink
Release 3.0.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Aug 22, 2016
1 parent c7d2ebd commit 59e8407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyderlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

version_info = (3, 0, 0, "dev0")
version_info = (3, 0, "0b5")

__version__ = '.'.join(map(str, version_info))
__license__ = __doc__
Expand Down

0 comments on commit 59e8407

Please sign in to comment.