Skip to content

Commit 691c235

Browse files
committed
Bump to v0.8.5
Signed-off-by: Daniel J Walsh <[email protected]>
1 parent 90974a4 commit 691c235

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

container-images/scripts/build_rag.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ $2"
2727

2828
update_python() {
2929
if available dnf; then
30-
dnf update -y
30+
dnf update -y --allowerasing
3131
dnf install -y "${python}" "${python}-pip" "${python}-devel" "${pkgs[@]}"
3232
if [[ "${python}" == "python3.11" ]]; then
3333
ln -sf /usr/bin/python3.11 /usr/bin/python3
3434
fi
35-
3635
rm -rf /usr/local/python3.10
3736
elif available apt-get; then
3837
apt-get update

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.8.3"
7+
version = "0.8.5"
88
description = "RamaLama is a command line tool for working with AI LLM models."
99
readme = "README.md"
1010
requires-python = ">=3.8"

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.8.3"
5+
return "0.8.5"
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.8.3
4+
%global version0 0.8.5
55
%forgemeta
66

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

0 commit comments

Comments
 (0)