From 3a5de607292b3a40a460ce675b6ab099ad999bee Mon Sep 17 00:00:00 2001 From: zenghsh3 Date: Mon, 30 Mar 2020 10:59:17 +0800 Subject: [PATCH] release v1.2.3 --- parl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parl/__init__.py b/parl/__init__.py index 14a7e16..02e7a80 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.2" +__version__ = "1.2.3" """ generates new PARL python API """ -- GitLab