From 8f96d4ae20367acab06c9ecb99ad855f661d4c0a Mon Sep 17 00:00:00 2001 From: Hongsheng Zeng Date: Sat, 3 Aug 2019 16:10:14 +0800 Subject: [PATCH] release 1.2rc0 (#115) --- parl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parl/__init__.py b/parl/__init__.py index c23f0b9..f090387 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.1.1" +__version__ = "1.2rc0" """ generates new PARL python API """ -- GitLab