Skip to content

Commit c99cdd6

Browse files
author
Raihan Alam
committed
see more
1 parent aa62151 commit c99cdd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "promptlab"
7-
version = "0.1.8"
7+
version = "0.1.9"
88
description = "PromptLab is a free, lightweight, open-source experimentation tool for Gen AI applications."
99
readme = "README.md"
1010
authors = [{name = "ra1han", email = "[email protected]"}]

src/promptlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from promptlab.core import PromptLab
22
from promptlab.model.model import Model
33

4-
__version__ = "0.1.8"
4+
__version__ = "0.1.9"
55

66
__all__ = [
77
"PromptLab",

0 commit comments

Comments
 (0)