From 61e6a28616d21d06e97a7c26156086aba13d3c7a Mon Sep 17 00:00:00 2001 From: Shenghang Tsai Date: Fri, 15 Jan 2021 15:55:16 +0800 Subject: [PATCH] update version Former-commit-id: bd656c2f0b7771c02f65f3c0d580b66e4b0f0c7b --- oneflow/python/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneflow/python/version.py b/oneflow/python/version.py index 80d0f6cdc5..349f302170 100644 --- a/oneflow/python/version.py +++ b/oneflow/python/version.py @@ -13,4 +13,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. """ -__version__ = "0.3b4" +__version__ = "0.3.4" -- GitLab