diff --git a/python/version.py b/python/version.py index 330213a146a641b96c6f391f57fb88745d408994..865780bfe8448d03a6f9c3794529dfedac58b5a7 100644 --- a/python/version.py +++ b/python/version.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. """ PaddleFL version string """ -fl_version = "1.0.0" -module_proto_version = "1.0.0" +fl_version = "1.0.1" +module_proto_version = "1.0.1"