Skip to content

Commit bbd862f

Browse files
committed
chore(release): v1.10.0
1 parent dd8c613 commit bbd862f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/opentab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Single source of truth for the version (also read by hatchling at build time,
1515
# and imported by opentab.pricing / opentab.cli). Must be set before the
1616
# re-exports below import those modules.
17-
__version__ = "1.9.0"
17+
__version__ = "1.10.0"
1818

1919
# Stdlib modules re-exposed as attributes of the package. Modules are singletons,
2020
# so patching e.g. ``opentab.os.startfile`` is visible to every submodule that

0 commit comments

Comments
 (0)