Skip to content

Commit

Permalink
prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Apr 3, 2021
1 parent 7eb8263 commit 7c21913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.5.0

### Added
* [Files](https://beta.openai.com/docs/api-reference/files)
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/OpenAI.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ object OpenAI : Library {

override val group: String = "com.aallam.openai"
override val artifact: String = "openai"
override val version: String = "0.4.0"
override val version: String = "0.5.0"
}

0 comments on commit 7c21913

Please sign in to comment.