Skip to content

Commit 86b7592

Browse files
committed
chore(release): v1.8.0
1 parent 0328ebb commit 86b7592

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.7.0"
17+
__version__ = "1.8.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)