Skip to content

Commit

Permalink
chore: Bump version to v2.66.0 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Mar 29, 2024
1 parent dfeec87 commit 204f954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions biscuit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.65.5"
__version__ = "2.66.0"
__version_info__ = tuple([int(num) for num in __version__.split(".")])

# For tests to run successfully
Expand All @@ -9,6 +9,3 @@


from .core import *



2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "biscuit"
version = "2.65.5"
version = "2.66.0"
description = "The uncompromising code editor"
authors = ["Billy <billydevbusiness@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 204f954

Please sign in to comment.