Skip to content

Commit

Permalink
Bump version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Apr 16, 2017
1 parent f1572b6 commit 1fd5154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def list_files(d, root):
if sys.version_info < (2, 7):
req.append('argparse')
setup(name='tej',
version='0.5',
version='0.6',
packages=['tej'],
package_data={'tej': list_files('remotes', 'tej')},
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion tej/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from tej.errors import * # noqa
from tej.submission import * # noqa

__version__ = '0.5'
__version__ = '0.6'

0 comments on commit 1fd5154

Please sign in to comment.