Skip to content

Commit

Permalink
Merge pull request #15 from KATTA-00/example
Browse files Browse the repository at this point in the history
Update bal version to "2201.9.3"
  • Loading branch information
NipunaRanasinghe authored Aug 16, 2024
2 parents 272f17c + b5a7133 commit 366da9b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
distribution = "2201.9.2"
distribution = "2201.9.3"
org = "ballerinax"
name = "openai.finetunes"
version = "1.0.5"
version = "2.0.0"
license = ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["AI/Fine-tunes", "OpenAI", "Cost/Paid", "Files", "Models", "Vendor/OpenAI"]
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.9.2"
distribution-version = "2201.9.3"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -318,7 +318,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "openai.finetunes"
version = "1.0.5"
version = "2.0.0"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "log"},
Expand Down
6 changes: 3 additions & 3 deletions build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
distribution = "2201.9.2"
distribution = "2201.9.3"
org = "ballerinax"
name = "openai.finetunes"
version = "@toml.version@"
license = ["Apache-2.0"]
authors = ["Ballerina"]
keywords = [] # TODO: Add keywords
icon = "icon.png" # TODO: Add icon
keywords = ["AI/Fine-tunes", "OpenAI", "Cost/Paid", "Files", "Models", "Vendor/OpenAI"]
icon = "icon.png"
repository = "https://github.com/ballerina-platform/module-ballerinax-openai.finetunes"

[build-options]
Expand Down
2 changes: 1 addition & 1 deletion examples/Sarcastic-bot/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org = "wso2"
name = "sarcastic_bot"
version = "0.1.0"
distribution = "2201.9.2"
distribution = "2201.9.3"

[build-options]
observabilityIncluded = true
2 changes: 1 addition & 1 deletion examples/Sports-headline-analyzer/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org = "wso2"
name = "sports_headline_analyzer"
version = "0.1.0"
distribution = "2201.9.2"
distribution = "2201.9.3"

[build-options]
observabilityIncluded = true
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.lib
version=1.0.5-SNAPSHOT
version=2.0.0-SNAPSHOT

releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.2.4
ballerinaLangVersion=2201.9.2
ballerinaLangVersion=2201.9.3

0 comments on commit 366da9b

Please sign in to comment.