From 152fb78daa910d45284376e29644b5b5d0ff085b Mon Sep 17 00:00:00 2001 From: "Curtis \"Fjord\" Hawthorne" Date: Mon, 5 Jun 2017 16:49:13 -0700 Subject: [PATCH] Bump version to 0.1.13 (#706) --- magenta/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magenta/version.py b/magenta/version.py index f96330838..e47d0adcd 100644 --- a/magenta/version.py +++ b/magenta/version.py @@ -18,4 +18,4 @@ pulling in all the dependencies in __init__.py. """ -__version__ = '0.1.12' +__version__ = '0.1.13'