Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
pin Dates for automerge, auto reformat
  • Loading branch information
roryl23 committed Nov 5, 2023
1 parent 4632f3b commit 3fa99e7
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
name = "OpenAI"
uuid = "e9f21f70-7185-4079-aca2-91159181367c"
authors = [
"Rory Linehan @rory-linehan",
"Marius Fersigan @algunion",
"RexWzh @RexWzh",
"Thatcher Chamberlin @ThatcherC",
"Nicu Stiurca @nstiurca",
"Peter @chengchingwen",
"Stefan Wojcik @stefanjwojcik",
"J S @svilupp",
"Logan Kilpatrick @logankilpatrick",
"Jerry Ling @Moelf"
]
authors = ["Rory Linehan @rory-linehan", "Marius Fersigan @algunion", "RexWzh @RexWzh", "Thatcher Chamberlin @ThatcherC", "Nicu Stiurca @nstiurca", "Peter @chengchingwen", "Stefan Wojcik @stefanjwojcik", "J S @svilupp", "Logan Kilpatrick @logankilpatrick", "Jerry Ling @Moelf"]
version = "0.8.6"

[deps]
Expand All @@ -20,8 +9,9 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"

[compat]
Dates = "1"
HTTP = "1"
JSON3 = "1.12"
JSON3 = "1"
julia = "1"

[extras]
Expand Down

2 comments on commit 3fa99e7

@roryl23
Copy link
Collaborator Author

@roryl23 roryl23 commented on 3fa99e7 Nov 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94778

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.6 -m "<description of version>" 3fa99e7fa4afefb4c18ed1b9af13ad54deb6cc3b
git push origin v0.8.6

Please sign in to comment.