Skip to content

Commit df9ea77

Browse files
chore: release 1.9.1 (#270)
Co-authored-by: runpod-release-please-bot[bot] <228772213+runpod-release-please-bot[bot]@users.noreply.github.com>
1 parent 7780f28 commit df9ea77

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.0"
2+
".": "1.9.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.9.1](https://github.com/runpod/flash/compare/v1.9.0...v1.9.1) (2026-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **auth:** clean up API key error message ([#269](https://github.com/runpod/flash/issues/269)) ([7780f28](https://github.com/runpod/flash/commit/7780f28ad11174f1dd635deb59c812649c432528))
9+
310
## [1.9.0](https://github.com/runpod/flash/compare/v1.8.1...v1.9.0) (2026-03-12)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "runpod-flash"
3-
version = "1.9.0"
3+
version = "1.9.1"
44
description = "A Python library for distributed inference and serving of machine learning models"
55
authors = [
66
{ name = "Runpod", email = "engineer@runpod.io" },

src/runpod_flash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.9.0" # x-release-please-version
1+
__version__ = "1.9.1" # x-release-please-version
22

33
# Load .env vars from file before everything else
44
from dotenv import load_dotenv

0 commit comments

Comments
 (0)