From 32e090174cb77931edf3ce527c2a7423dc9320f2 Mon Sep 17 00:00:00 2001 From: Michael Matloka Date: Fri, 6 Oct 2023 17:09:50 +0200 Subject: [PATCH] Bump hogql-parser version --- hogql_parser/pyproject.toml | 2 +- hogql_parser/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hogql_parser/pyproject.toml b/hogql_parser/pyproject.toml index ac6f6f0aa2302..6d6fc0d936234 100644 --- a/hogql_parser/pyproject.toml +++ b/hogql_parser/pyproject.toml @@ -7,7 +7,7 @@ build = [ # Build CPython wheels on Linux and macOS, for x86 as well as ARM "cp3*-macosx_x86_64", "cp3*-macosx_arm64", "cp3*-manylinux_x86_64", - "cp3*-manylinux_aarch64", + # "cp3*-manylinux_aarch64", ] build-frontend = "build" # This is successor to building with pip diff --git a/hogql_parser/setup.py b/hogql_parser/setup.py index ca70cc2f5e0a6..488bf4d71e368 100644 --- a/hogql_parser/setup.py +++ b/hogql_parser/setup.py @@ -32,7 +32,7 @@ setup( name="hogql_parser", - version="0.1.1", + version="0.1.2", url="https://github.com/PostHog/posthog/tree/master/hogql_parser", author="PostHog Inc.", author_email="hey@posthog.com",