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.
1 parent b61b569 commit fa2267cCopy full SHA for fa2267c
2 files changed
biscuit/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.63.0"
+__version__ = "2.63.1"
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.63.0"
+version = "2.63.1"
description = "The uncompromising code editor"
5
authors = ["Billy <billydevbusiness@gmail.com>"]
6
license = "MIT"
0 commit comments