Skip to content

Commit

Permalink
Merge pull request #449 from rhatdan/main
Browse files Browse the repository at this point in the history
Bump to v0.1.0
  • Loading branch information
rhatdan authored Nov 12, 2024
2 parents 5362315 + d220315 commit 7a4eb19
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.0.23"
version = "0.1.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
Expand Up @@ -3,7 +3,7 @@
%global pypi_name ramalama
%global forgeurl https://github.com/containers/%{pypi_name}
# see ramalama/version.py
%global version0 0.0.23
%global version0 0.1.0
%forgemeta

%global desc 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.0.23",
version="0.1.0",
packages=find_packages(),
cmdclass={"build_py": build_py},
scripts=["bin/ramalama"],
Expand Down

0 comments on commit 7a4eb19

Please sign in to comment.