Skip to content

Commit 4688a09

Browse files
authored
Merge pull request #54 from mabel-dev/missing-dep
version bump
2 parents 3b27a7a + c0ab956 commit 4688a09

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__ = 0
29+
__revision_version__ = 2
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__ = 114
4+
__build__ = 115
55
__author__ = "@joocer"
6-
__version__ = "0.5.0"
6+
__version__ = "0.5.2"
77
__lib__ = "opteryx-core"
8-
__build_date__ = "2025-12-30T17:09:45.396815+00:00Z"
8+
__build_date__ = "2025-12-30T17:24:23.202162+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.0"
3+
version = "0.5.2"
44
description = "Opteryx Query Engine"
55
requires-python = '>=3.13'
66
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)