Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Jul 16, 2015
1 parent ea76636 commit 5c9bd3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
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.2.1',
version='0.2.2',
packages=['tej'],
package_data={'tej': list_files('remotes/default', 'tej')},
include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion tej/__init__.py
@@ -1,3 +1,3 @@
__version__ = '0.2.1'
__version__ = '0.2.2'

from tej.submission import *

0 comments on commit 5c9bd3d

Please sign in to comment.