Skip to content

Commit e053285

Browse files
authored
Merge pull request #1462 from rhatdan/VERSION
Bump to v0.9.0
2 parents 6d7cfa8 + 50df70c commit e053285

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ramalama"
7-
version = "0.8.5"
7+
version = "0.9.0"
88
description = "RamaLama is a command line tool for working with AI LLM models."
99
readme = "README.md"
10-
requires-python = ">=3.11"
10+
requires-python = ">=3.10"
1111
license = { file = "LICENSE" }
1212
keywords = ["ramalama", "llama", "AI"]
1313
dependencies = [

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

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

0 commit comments

Comments
 (0)