Skip to content

Commit 6cc2bf8

Browse files
committed
0.5.6
1 parent b3ae2a4 commit 6cc2bf8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dev/build_counter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class VersionStatus(Enum):
2626

2727
__major_version__ = 0
2828
__minor_version__ = 5
29-
__revision_version__ = 5
29+
__revision_version__ = 6
3030
__author__ = "@joocer"
3131
__status__ = VersionStatus.RELEASE
3232

opteryx/__version__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# THIS FILE IS AUTOMATICALLY UPDATED DURING THE BUILD PROCESS
22
# DO NOT EDIT THIS FILE DIRECTLY
33

4-
__build__ = 133
4+
__build__ = 134
55
__author__ = "@joocer"
6-
__version__ = "0.5.5"
6+
__version__ = "0.5.6"
77
__lib__ = "opteryx-core"
8-
__build_date__ = "2026-01-02T19:46:20.904122+00:00Z"
8+
__build_date__ = "2026-01-02T19:48:06.606050+00:00Z"
99

1010
# Store the version here so:
1111
# 1) we don't load dependencies by storing it in __init__.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "opteryx_core"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
description = "Opteryx Query Engine"
55
requires-python = '>=3.13'
66
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)