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"