From 27f5d392c2bc0604c79e885d92847defd09dd34d Mon Sep 17 00:00:00 2001 From: John Vivian Date: Thu, 8 Jun 2017 11:10:29 -0700 Subject: [PATCH] Release 3.3.3 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index a509f53..c9d865e 100644 --- a/version.py +++ b/version.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = '3.3.2' +version = '3.3.3' required_versions = {'toil': '>=3.7.0', 'toil-lib': '==1.1.8',