Skip to content

Commit 00839ee

Browse files
authored
Merge pull request #875 from rhatdan/version
Bump to 0.6.2
2 parents 967c521 + b24e933 commit 00839ee

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
@@ -1,6 +1,6 @@
11
[project]
22
name = "ramalama"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
dependencies = [
55
"argcomplete",
66
]

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.6.1
4+
%global version0 0.6.2
55
%forgemeta
66

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def find_package_modules(self, package, package_dir):
6464

6565
setuptools.setup(
6666
name="ramalama",
67-
version="0.6.1",
67+
version="0.6.2",
6868
packages=find_packages(),
6969
cmdclass={"build_py": build_py},
7070
scripts=["bin/ramalama"],

0 commit comments

Comments
 (0)