Skip to content

Commit 36de52c

Browse files
authored
Merge pull request #2980 from mabel-dev/0.26.4
release - 0.26.4
2 parents 4067e8e + f32510d commit 36de52c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dev/build_counter.py

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

2626
__major_version__ = 0
2727
__minor_version__ = 26
28-
__revision_version__ = 3
28+
__revision_version__ = 4
2929
__author__ = "@joocer"
3030
__status__ = VersionStatus.RELEASE
3131

opteryx/__version__.py

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

4-
__build__ = 1979
4+
__build__ = 1980
55
__author__ = "@joocer"
6-
__version__ = "0.26.3"
6+
__version__ = "0.26.4"
77

88
# Store the version here so:
99
# 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"
3-
version = "0.26.3"
3+
version = "0.26.4"
44
description = "Query your data, where it lives"
55
requires-python = '>=3.11'
66
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)