Skip to content

Commit

Permalink
Merge pull request #513 from rhatdan/main
Browse files Browse the repository at this point in the history
Bump to v0.3.0
  • Loading branch information
rhatdan authored Dec 13, 2024
2 parents f246975 + fad6cbd commit 1da7b18
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.2.0"
version = "0.3.0"
dependencies = [
"argcomplete",
"tqdm",
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.2.0
%global version0 0.3.0
%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.2.0",
version="0.3.0",
packages=find_packages(),
cmdclass={"build_py": build_py},
scripts=["bin/ramalama"],
Expand Down

0 comments on commit 1da7b18

Please sign in to comment.