From 47536a69e4704b50b867ca42bc24861c5ab953af Mon Sep 17 00:00:00 2001 From: hackermd Date: Thu, 27 Jul 2017 14:01:22 +0200 Subject: [PATCH] Increase version to 0.3.2 for release --- src/python/tmclient/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/tmclient/version.py b/src/python/tmclient/version.py index eed8c1f..dbe0747 100644 --- a/src/python/tmclient/version.py +++ b/src/python/tmclient/version.py @@ -11,5 +11,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.3.2.rc' +__version__ = '0.3.2'