From 904fd7dcd24d6817615394fd6d492db2b07d5465 Mon Sep 17 00:00:00 2001 From: oschwengers Date: Wed, 15 Apr 2020 16:39:58 +0200 Subject: [PATCH] bump version to v1.2.0 --- platon.cwl | 2 +- platon/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platon.cwl b/platon.cwl index 216f46c..01e7a52 100644 --- a/platon.cwl +++ b/platon.cwl @@ -17,7 +17,7 @@ hints: SoftwareRequirement: packages: platon: - version: [ "1.1" ] + version: [ "1.2.0" ] requirements: - ResourceRequirement: diff --git a/platon/__init__.py b/platon/__init__.py index 1a72d32..58d478a 100644 --- a/platon/__init__.py +++ b/platon/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0' +__version__ = '1.2.0'