Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lithium323 committed Jan 10, 2025
1 parent df6ebcc commit 76bff22
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sphinx-serve: .makemarkers/sphinx-docs
# DOCKER IMAGE
# ----------------------------------------------------------------------------#

IMAGE_TAG = ghcr.io/lithium323/op-analytics:v20250110.2
IMAGE_TAG = ghcr.io/lithium323/op-analytics:v20250110.3
IMAGE_TAG_DAGSTER = ghcr.io/lithium323/op-analytics-dagster:v20250110.006

.PHONY: uv-build
Expand Down
2 changes: 1 addition & 1 deletion k8s/ingestion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: python-runner
imagePullPolicy: IfNotPresent
image: ghcr.io/lithium323/op-analytics:v20250110.2
image: ghcr.io/lithium323/op-analytics:v20250110.3
command: ["tini", "-v", "--", "opdata"]
args: ["chains", "noargs_ingest"]
env:
Expand Down
2 changes: 1 addition & 1 deletion k8s/load-public-bq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: python-runner
imagePullPolicy: IfNotPresent
image: ghcr.io/lithium323/op-analytics:v20250110.2
image: ghcr.io/lithium323/op-analytics:v20250110.3
command: ["tini", "-v", "--", "opdata"]
args: ["chains", "noargs_public_bq"]
env:
Expand Down
2 changes: 1 addition & 1 deletion k8s/models-blockbatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: python-runner
imagePullPolicy: IfNotPresent
image: ghcr.io/lithium323/op-analytics:v20250110.2
image: ghcr.io/lithium323/op-analytics:v20250110.3
command: ["tini", "-v", "--", "opdata"]
args: ["chains", "noargs_blockbatch"]
env:
Expand Down
2 changes: 1 addition & 1 deletion k8s/models-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: python-runner
imagePullPolicy: IfNotPresent
image: ghcr.io/lithium323/op-analytics:v20250110.2
image: ghcr.io/lithium323/op-analytics:v20250110.3
command: ["tini", "-v", "--", "opdata"]
args: ["chains", "noargs_intermediate"]
env:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "op-analytics"
version = "20250110.2"
version = "20250110.3"
description = "Data analysis tools by OP Labs."
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76bff22

Please sign in to comment.