Skip to content

Commit 83437bd

Browse files
committed
fix: Resolved build errors caused by searchbar (nightly)
1 parent c73562e commit 83437bd

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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.72.0"
1+
__version__ = "2.72.1"
22
__version_info__ = tuple([int(num) for num in __version__.split(".")])
33

44
# For tests to run successfully

biscuit/core/layout/menubar/searchbar.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import tkinter as tk
22

3-
from core.utils import Frame, IconLabelButton
4-
53
from biscuit import __version__
4+
from biscuit.core.utils import Frame, IconLabelButton
65

76

87
class Searchbar(Frame):

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

0 commit comments

Comments
 (0)