Skip to content

Commit 87db530

Browse files
authored
Merge pull request #1 from Eeems-Org/Eeems-patch-1
Add missing exceptions to main export
2 parents 35bf1ba + 29fab55 commit 87db530

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

liboxide/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
from ._apps import AppsAPI as apps
33
from ._errors import TooFewArguments
44
from ._errors import TooManyArguments
5+
from ._errors import ObjectNotFound
6+
from ._errors import RotException
57
from ._notification import Notification
68
from ._notification import NotificationAPI as notification
79
from ._power import PowerAPI as power

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "liboxide"
33
description = "Python wrapper around the oxide command line tools."
44
readme = "README.md"
5-
version = "0.1.0"
5+
version = "0.1.1"
66
requires-python = ">= 3.9"
77
authors = [
88
{name = "Nathaniel van Diepen", email = "[email protected]"},

0 commit comments

Comments
 (0)