diff --git a/parl/__init__.py b/parl/__init__.py index f09038794f6a1ad7fcb428f5fc9194ae4132d53c..c567b729bb3191ef31dfdf8e6de50f656cd112a9 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.2rc0" +__version__ = "1.1.2" """ generates new PARL python API """