Skip to content

Commit

Permalink
Merge pull request #585 from rhatdan/version
Browse files Browse the repository at this point in the history
Bump to v0.5.2
  • Loading branch information
rhatdan authored Jan 14, 2025
2 parents 6e9a2e4 + 435bb8a commit 006ceec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ramalama"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"argcomplete",
]
Expand Down
2 changes: 1 addition & 1 deletion rpm/python-ramalama.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global pypi_name ramalama
%global forgeurl https://github.com/containers/%{pypi_name}
# see ramalama/version.py
%global version0 0.5.1
%global version0 0.5.2
%forgemeta

%global summary RamaLama is a command line tool for working with AI LLM models
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def find_package_modules(self, package, package_dir):

setuptools.setup(
name="ramalama",
version="0.5.1",
version="0.5.2",
packages=find_packages(),
cmdclass={"build_py": build_py},
scripts=["bin/ramalama"],
Expand Down

0 comments on commit 006ceec

Please sign in to comment.