Skip to content

Commit c73562e

Browse files
committed
ci: Build v2.72.0 - Code debugging support (nightly)
1 parent d2c8d03 commit c73562e

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.71.0"
1+
__version__ = "2.72.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.71.0"
3+
version = "2.72.0"
44
description = "The uncompromising code editor"
55
authors = ["Billy <billydevbusiness@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)