Skip to content

Commit 05b8d17

Browse files
authored
build: v2.58.0 (nightly)
Merge pull request #212 from billyeatcookies/billyeatcookies-patch-2
2 parents 4749b59 + 04c684e commit 05b8d17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

biscuit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.57.0'
1+
__version__ = '2.58.0'
22
__version_info__ = tuple([ int(num) for num in __version__.split('.')])
33

44
# For tests to run successfully

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "biscuit"
3-
version = "2.57.0"
3+
version = "2.58.0"
44
description = "The uncompromising code editor"
55
authors = ["Billy <billydevbusiness@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)