Skip to content

Commit 64f714e

Browse files
authored
Merge pull request #2917 from mabel-dev/pushdown-bug
beta label
2 parents 19566f9 + 2975712 commit 64f714e

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
@@ -27,7 +27,7 @@ class VersionStatus(Enum):
2727
__minor_version__ = 26
2828
__revision_version__ = 2
2929
__author__ = "@joocer"
30-
__status__ = VersionStatus.RELEASE
30+
__status__ = VersionStatus.BETA
3131

3232
__build__ = None
3333
with open(f"{LIBRARY_NAME}/__version__.py", mode="r", encoding="utf-8") as v:

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__ = 1794
4+
__build__ = 1795
55
__author__ = "@joocer"
6-
__version__ = "0.26.2"
6+
__version__ = "0.26.2-beta.1795"
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.2"
3+
version = "0.26.2-beta.1795"
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)