diff --git a/parl/__init__.py b/parl/__init__.py index 14a7e16f751bd0f0f1ab0ee4aca927ad97b24f2a..02e7a80ab01591c81862624a8ccd9997e4f429ea 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 """