Skip to content

Commit 1f328a8

Browse files
committed
chore: bump version to 0.2.4
1 parent 0a6473b commit 1f328a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Formula/omlx.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Omlx < Formula
22
desc "LLM inference server optimized for Apple Silicon"
33
homepage "https://github.com/jundot/omlx"
4-
url "https://github.com/jundot/omlx/archive/refs/tags/v0.2.3.post4.tar.gz"
5-
sha256 "3b7bdc2ffab7e245c543487e19225f6e73e350fda12659d754182fdd2282ed80"
4+
url "https://github.com/jundot/omlx/archive/refs/tags/v0.2.4.tar.gz"
5+
sha256 ""
66
license "Apache-2.0"
77

88
depends_on "python@3.11"

omlx/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.3.post4"
1+
__version__ = "0.2.4"

0 commit comments

Comments
 (0)