Skip to content

Commit

Permalink
Release v1.0.1 (#332)
Browse files Browse the repository at this point in the history
* Release v1.0.1

- Fix numpy version to be < 2 since some dependencies are incompatible with numpy >= 2
  • Loading branch information
fdalvi authored Aug 12, 2024
1 parent e20b279 commit 8079cd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python 🐍 distribution πŸ“¦ to PyPI and TestPyPI
name: Publish Python 🐍 distribution πŸ“¦ to PyPI

on: push

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python 🐍 distribution πŸ“¦ to PyPI and TestPyPI
name: Publish Python 🐍 distribution πŸ“¦ to TestPyPI

on: workflow_dispatch

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = llmebench
version = 1.0.0
version = 1.0.1
author = Fahim Dalvi
author_email = [email protected]
description = A Flexible Framework for Accelerating LLMs Benchmarking
Expand Down

0 comments on commit 8079cd0

Please sign in to comment.