Skip to content

Commit 21bef3b

Browse files
committed
Bump version to 0.1.1
1 parent 18fc176 commit 21bef3b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ollamafreeapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .client import OllamaFreeAPI
22

33
__all__ = ['OllamaFreeAPI']
4-
__version__ = '0.1.0'
4+
__version__ = '0.1.1'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ollamafreeapi"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
authors = [
99
{name = "Mohammed Foud", email = "mfoud444@gmail.com"},
1010
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="ollamafreeapi",
5-
version="0.1.0",
5+
version="0.1.1",
66
packages=find_packages(),
77
package_data={
88
'ollamafreeapi': ['ollama_json/*.json'],

0 commit comments

Comments
 (0)