File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " ramalama"
7
- version = " 0.10.0 "
7
+ version = " 0.10.1 "
8
8
description = " RamaLama is a command line tool for working with AI LLM models."
9
9
readme = " README.md"
10
10
requires-python = " >=3.10"
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def version ():
5
- return "0.10.0 "
5
+ return "0.10.1 "
6
6
7
7
8
8
def print_version (args ):
Original file line number Diff line number Diff line change 1
1
%global pypi_name ramalama
2
2
%global forgeurl https://github.com/containers/%{pypi_name }
3
3
# see ramalama/version.py
4
- %global version0 0.10.0
4
+ %global version0 0.10.1
5
5
%forgemeta
6
6
7
7
%global summary RamaLama is a command line tool for working with AI LLM models
You can’t perform that action at this time.
0 commit comments