Skip to content

Commit c62acfb

Browse files
authored
Merge pull request #1484 from rhatdan/VERSION
Bump to v0.9.1
2 parents 3317372 + 9c639fc commit c62acfb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

container-images/llama-stack/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN dnf -y update && \
1010
dnf -y clean all
1111

1212
RUN uv venv && \
13-
uv pip install ramalama-stack==0.2.0
13+
uv pip install ramalama-stack==0.2.0 blobfile
1414

1515
COPY --chmod=755 llama-stack/entrypoint.sh /usr/bin/entrypoint.sh
1616

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ramalama"
7-
version = "0.9.0"
7+
version = "0.9.1"
88
description = "RamaLama is a command line tool for working with AI LLM models."
99
readme = "README.md"
1010
requires-python = ">=3.10"

ramalama/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def version():
5-
return "0.9.0"
5+
return "0.9.1"
66

77

88
def print_version(args):

rpm/python-ramalama.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global pypi_name ramalama
22
%global forgeurl https://github.com/containers/%{pypi_name}
33
# see ramalama/version.py
4-
%global version0 0.9.0
4+
%global version0 0.9.1
55
%forgemeta
66

77
%global summary RamaLama is a command line tool for working with AI LLM models

0 commit comments

Comments
 (0)