Skip to content

Commit bc8a2ce

Browse files
authored
Merge pull request #550 from rhatdan/version
Bump to v0.4.0
2 parents 1fa35c2 + 48ca26d commit bc8a2ce

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.3.0"
3+
version = "0.4.0"
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.3.0
4+
%global version0 0.4.0
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
@@ -63,7 +63,7 @@ def find_package_modules(self, package, package_dir):
6363

6464
setuptools.setup(
6565
name="ramalama",
66-
version="0.3.0",
66+
version="0.4.0",
6767
packages=find_packages(),
6868
cmdclass={"build_py": build_py},
6969
scripts=["bin/ramalama"],

0 commit comments

Comments
 (0)