From b63ddd685d5b408e44528a6f603005896612507c Mon Sep 17 00:00:00 2001 From: Matthew Newville Date: Thu, 19 Oct 2017 14:54:17 -0500 Subject: [PATCH] 0.9.35 --- lib/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/version.py b/lib/version.py index f8794fcb8..18d49c2cf 100644 --- a/lib/version.py +++ b/lib/version.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__date__ = '2017-Oct-12' -__version__ = '0.9.35rc2' +__date__ = '2017-Oct-19' +__version__ = '0.9.35' import sys import numpy