We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4749b59 + 04c684e commit 05b8d17Copy full SHA for 05b8d17
biscuit/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '2.57.0'
+__version__ = '2.58.0'
2
__version_info__ = tuple([ int(num) for num in __version__.split('.')])
3
4
# For tests to run successfully
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "biscuit"
-version = "2.57.0"
+version = "2.58.0"
description = "The uncompromising code editor"
5
authors = ["Billy <billydevbusiness@gmail.com>"]
6
license = "MIT"
0 commit comments