Skip to content

Commit

Permalink
Nightly builds v2.26.1 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Oct 2, 2023
1 parent ccd754c commit 2099453
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biscuit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.26.0'
__version__ = '2.26.1'
__version_info__ = tuple([ int(num) for num in __version__.split('.')])

# For tests to run successfully
Expand Down
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.26.0"
version = "2.26.1"
description = "The uncompromising code editor"
authors = ["Billy <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '2.26.0'
assert __version__ == '2.26.1'

0 comments on commit 2099453

Please sign in to comment.