Skip to content

Commit f2144a1

Browse files
committed
chore(release): v1.7.0
1 parent aae46a0 commit f2144a1

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.6.0"
17+
__version__ = "1.7.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)