From 59d9926672cc779987bfbc5aadddd4a7c299b8c2 Mon Sep 17 00:00:00 2001 From: zed <928255708@qq.com> Date: Mon, 4 Apr 2022 14:30:48 +0800 Subject: [PATCH] [bug] correct version number --- fedlab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedlab/__init__.py b/fedlab/__init__.py index caca77c1..24cccc51 100644 --- a/fedlab/__init__.py +++ b/fedlab/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.1.3" +__version__ = "1.1.4"