diff --git a/parl/__init__.py b/parl/__init__.py index c17f8cd481aad7885de395cee4aa137153e1af5d..618ebe05dd92b706bc0effad806df6a76738f6d5 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.3" +__version__ = "1.2" """ generates new PARL python API """