Skip to content

Commit fe3731d

Browse files
committed
Bump to v0.10.1
Signed-off-by: Daniel J Walsh <[email protected]>
1 parent 0947e11 commit fe3731d

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

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

0 commit comments

Comments
 (0)