From 8079cd0fb9b068f4fa22f0b95c1832c6035d1c05 Mon Sep 17 00:00:00 2001 From: Fahim Dalvi Date: Tue, 13 Aug 2024 00:28:38 +0700 Subject: [PATCH] Release v1.0.1 (#332) * Release v1.0.1 - Fix numpy version to be < 2 since some dependencies are incompatible with numpy >= 2 --- .github/workflows/publish-to-pypi.yml | 2 +- .github/workflows/publish-to-test-pypi.yml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 28645050..c754d3fd 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -1,4 +1,4 @@ -name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI +name: Publish Python 🐍 distribution 📦 to PyPI on: push diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index c2e97a17..c9e35328 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -1,4 +1,4 @@ -name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI +name: Publish Python 🐍 distribution 📦 to TestPyPI on: workflow_dispatch diff --git a/setup.cfg b/setup.cfg index 5ea93de3..ed18eb4a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = llmebench -version = 1.0.0 +version = 1.0.1 author = Fahim Dalvi author_email = faimaduddin@hbku.edu.qa description = A Flexible Framework for Accelerating LLMs Benchmarking