From 1fd51540a2f811667a29a74f390e21a2984a4699 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Sat, 15 Apr 2017 20:27:06 -0400 Subject: [PATCH] Bump version to 0.6 --- setup.py | 2 +- tej/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 37f3ab1..5525b30 100644 --- a/setup.py +++ b/setup.py @@ -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={ diff --git a/tej/__init__.py b/tej/__init__.py index 9af9f74..adec542 100644 --- a/tej/__init__.py +++ b/tej/__init__.py @@ -1,4 +1,4 @@ from tej.errors import * # noqa from tej.submission import * # noqa -__version__ = '0.5' +__version__ = '0.6'