From afb48147e8ac450e64db976645e53f6f4172db8a Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Tue, 28 Nov 2023 14:52:15 -0800 Subject: [PATCH] Update __init__.py --- opencensus/common/version/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencensus/common/version/__init__.py b/opencensus/common/version/__init__.py index f6dc0f413..ebf29a38b 100644 --- a/opencensus/common/version/__init__.py +++ b/opencensus/common/version/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.11.3' +__version__ = '0.12.dev0'