From 18ffb506c9f0b5f5b685e06f55fd9136840cc6ce Mon Sep 17 00:00:00 2001 From: robot Date: Tue, 28 Apr 2020 14:10:45 +0800 Subject: [PATCH] release parl 1.3 --- parl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parl/__init__.py b/parl/__init__.py index 02e7a80..1c94e49 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.2.3" +__version__ = "1.3" """ generates new PARL python API """ -- GitLab