Skip to content

Commit

Permalink
Bumps version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Apr 6, 2015
1 parent 425d904 commit acaf4dd
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.2',
version='0.2.1',
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.2'
__version__ = '0.2.1'

from tej.submission import *

0 comments on commit acaf4dd

Please sign in to comment.