From 87c5ad352a9805f084cf7579ef28ba1085edbc40 Mon Sep 17 00:00:00 2001 From: Fazzie-Maqianli <55798671+Fazziekey@users.noreply.github.com> Date: Sun, 9 Oct 2022 10:43:29 +0800 Subject: [PATCH] update version to 0.1.10 (#1676) --- colossalai/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colossalai/__init__.py b/colossalai/__init__.py index 1cecbd43a..79ae1ba16 100644 --- a/colossalai/__init__.py +++ b/colossalai/__init__.py @@ -8,4 +8,4 @@ except: from .initialize import (initialize, launch, launch_from_openmpi, launch_from_slurm, launch_from_torch, get_default_parser) -__version__ = '0.1.9' +__version__ = '0.1.10'