Skip to content

Commit fda4b18

Browse files
committed
bump version
1 parent 8b851c5 commit fda4b18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.7.9"
10+
version = "0.7.10"
1111
authors = [
1212
"Benjamin Bolte <ben@kscale.dev>",
1313
"Denys Bezmenov <denys@kscale.dev>",

kos-py/pykos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""KOS Python client."""
22

3-
__version__ = "0.7.9"
3+
__version__ = "0.7.10"
44

55
from . import services
66
from .client import KOS

0 commit comments

Comments
 (0)