From 2c7340f7f3e798bcfea0943f9478c7b26ef99824 Mon Sep 17 00:00:00 2001 From: Hongsheng Zeng Date: Thu, 11 Jun 2020 18:42:59 +0800 Subject: [PATCH] release 1.3.1 (#296) --- parl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parl/__init__.py b/parl/__init__.py index 1c94e49..cd4975b 100644 --- a/parl/__init__.py +++ b/parl/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.3" +__version__ = "1.3.1" """ generates new PARL python API """ -- GitLab