Skip to content

Commit

Permalink
chore: version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvynl committed Dec 23, 2023
1 parent d82d2b2 commit 43a8cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse_backend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from clickhouse_backend.utils.version import get_version

VERSION = (1, 1, 4, "final", 0)
VERSION = (1, 1, 5, "final", 0)

__version__ = get_version(VERSION)

0 comments on commit 43a8cb7

Please sign in to comment.