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