From b2e4f36cc61a03a5936d38c1bbcd8f16b1efd279 Mon Sep 17 00:00:00 2001 From: Billy Date: Sat, 10 Feb 2024 02:42:09 +0530 Subject: [PATCH] build: v2.62.0 (nightly) **Rename symbol feature (LSP)** --- biscuit/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/biscuit/__init__.py b/biscuit/__init__.py index 18370944..f03e5bd7 100644 --- a/biscuit/__init__.py +++ b/biscuit/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.61.3" +__version__ = "2.62.0" __version_info__ = tuple([int(num) for num in __version__.split(".")]) # For tests to run successfully diff --git a/pyproject.toml b/pyproject.toml index 02982644..c75edaf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biscuit" -version = "2.61.3" +version = "2.62.0" description = "The uncompromising code editor" authors = ["Billy "] license = "MIT"