Skip to content

Commit

Permalink
Updated the package version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RealPolitiX committed Feb 15, 2019
1 parent 92f7c12 commit 78095b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mpes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from . import utils

__version_info__ = ('0', '6', '5')
__version_info__ = ('0', '7', '0')
__version__ = '.'.join(__version_info__)
__author__ = 'R. Patrick Xian'
__all__ = []
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from codecs import open
from os import path

__version__ = '0.6.5'
__version__ = '0.7.0'

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 78095b1

Please sign in to comment.