Skip to content

Commit ac2be89

Browse files
committed
oddish: bump version to 0.1.10
Made-with: Cursor
1 parent 9e3c3cd commit ac2be89

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

oddish/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "oddish"
7-
version = "0.1.9"
7+
version = "0.1.10"
88
description = "Run Harbor tasks in the cloud with scheduling, monitoring, and persistent state"
99
readme = "README.md"
1010
requires-python = ">=3.12"

oddish/src/oddish/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.1.9"
3+
__version__ = "0.1.10"
44

55
_EXPORTS: dict[str, tuple[str, str]] = {
66
# Config

oddish/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)