diff --git a/biscuit/__init__.py b/biscuit/__init__.py index 000dec45..d9b733fd 100644 --- a/biscuit/__init__.py +++ b/biscuit/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.57.0' +__version__ = '2.58.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 33169265..47630d7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biscuit" -version = "2.57.0" +version = "2.58.0" description = "The uncompromising code editor" authors = ["Billy "] license = "MIT"