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"
44
55[project ]
66name = " ramalama"
7- version = " 0.9.1 "
7+ version = " 0.9.2 "
88description = " RamaLama is a command line tool for working with AI LLM models."
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change 22
33
44def version ():
5- return "0.9.1 "
5+ return "0.9.2 "
66
77
88def print_version (args ):
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments