Skip to content

Commit 22f8faf

Browse files
committed
Update version to 0.1.5 in pyproject.toml and consts.py
1 parent e7bdaea commit 22f8faf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

osmosis_ai/consts.py

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

33
# Extract package metadata
44
package_name = "osmosis-ai"
5-
package_version = "0.1.3"
5+
package_version = "0.1.5"
66

77
indent = 2 # Number of spaces to use for indentation in pretty print
88
osmosis_api_url = "https://ftgrv77m9f.execute-api.us-west-2.amazonaws.com/prod"

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 = "osmosis-ai"
7-
version = "0.1.3"
7+
version = "0.1.5"
88
description = "Monkey patches LLM client libraries to print all prompts and responses"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)