We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b851c5 commit fda4b18Copy full SHA for fda4b18
Cargo.toml
@@ -7,7 +7,7 @@ members = [
7
]
8
9
[workspace.package]
10
-version = "0.7.9"
+version = "0.7.10"
11
authors = [
12
"Benjamin Bolte <ben@kscale.dev>",
13
"Denys Bezmenov <denys@kscale.dev>",
kos-py/pykos/__init__.py
@@ -1,6 +1,6 @@
1
"""KOS Python client."""
2
3
-__version__ = "0.7.9"
+__version__ = "0.7.10"
4
5
from . import services
6
from .client import KOS
0 commit comments