Skip to content

Commit 3406810

Browse files
committed
version bump
1 parent 5251d38 commit 3406810

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The `openai` module returns a table with the following fields:
113113
- `OpenAI`: A client for sending requests to the OpenAI API.
114114
- `new`: An alias to `OpenAI` to create a new instance of the OpenAI client
115115
- `ChatSession`: A class for managing chat sessions and history with the OpenAI API.
116-
- `VERSION = "1.0.0"`: The current version of the library
116+
- `VERSION = "1.1.0"`: The current version of the library
117117

118118
### Classes
119119

openai/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local VERSION = "1.0.0"
1+
local VERSION = "1.1.0"
22
local ltn12 = require("ltn12")
33
local cjson = require("cjson")
44
local unpack = table.unpack or unpack

openai/init.moon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "1.0.0"
1+
VERSION = "1.1.0"
22

33
ltn12 = require "ltn12"
44
cjson = require "cjson"

0 commit comments

Comments
 (0)