Skip to content

Commit 96c28b1

Browse files
committed
Bump to v0.9.2
Signed-off-by: Daniel J Walsh <[email protected]>
1 parent e7ab2cb commit 96c28b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.1"
7+
version = "0.9.2"
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.1"
5+
return "0.9.2"
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.1
4+
%global version0 0.9.2
55
%forgemeta
66

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

0 commit comments

Comments
 (0)