We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35bf1ba + 29fab55 commit 87db530Copy full SHA for 87db530
liboxide/__init__.py
@@ -2,6 +2,8 @@
2
from ._apps import AppsAPI as apps
3
from ._errors import TooFewArguments
4
from ._errors import TooManyArguments
5
+from ._errors import ObjectNotFound
6
+from ._errors import RotException
7
from ._notification import Notification
8
from ._notification import NotificationAPI as notification
9
from ._power import PowerAPI as power
pyproject.toml
@@ -2,7 +2,7 @@
name = "liboxide"
description = "Python wrapper around the oxide command line tools."
readme = "README.md"
-version = "0.1.0"
+version = "0.1.1"
requires-python = ">= 3.9"
authors = [
{name = "Nathaniel van Diepen", email = "[email protected]"},
0 commit comments