From fa2267c07ae38bfd96cd364cb54d60cf348187fa Mon Sep 17 00:00:00 2001 From: Billy Date: Thu, 15 Feb 2024 21:57:31 +0530 Subject: [PATCH] chore: bump version v2.63.1 (nightly) --- 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 ab1da2f1..2172a25b 100644 --- a/biscuit/__init__.py +++ b/biscuit/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.63.0" +__version__ = "2.63.1" __version_info__ = tuple([int(num) for num in __version__.split(".")]) # For tests to run successfully diff --git a/pyproject.toml b/pyproject.toml index e3ad8c5e..f8de1650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biscuit" -version = "2.63.0" +version = "2.63.1" description = "The uncompromising code editor" authors = ["Billy "] license = "MIT"