From 24e84eba60c31db99230f36d4b9486099f2fa077 Mon Sep 17 00:00:00 2001 From: Jiarui Fang Date: Wed, 19 Oct 2022 11:26:00 +0800 Subject: [PATCH] upgrade version to 0.1.11rc1 (#1739) --- colossalai/__init__.py | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colossalai/__init__.py b/colossalai/__init__.py index 0d43be799..fab03445b 100644 --- a/colossalai/__init__.py +++ b/colossalai/__init__.py @@ -7,4 +7,4 @@ from .initialize import ( launch_from_torch, ) -__version__ = '0.1.11' +__version__ = '0.1.11rc1' diff --git a/version.txt b/version.txt index 20f49513e..f115116c1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.11 +0.1.11rc1