diff --git a/parl/__init__.py b/parl/__init__.py index 1c94e49478f97c4f72393eb6a7138f2692761228..cd4975bee788bccf82417f0a1e88e2dca67356a0 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.3" +__version__ = "1.3.1" """ generates new PARL python API """