Skip to content

Commit

Permalink
Update Project.toml with julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
facusapienza21 committed Sep 5, 2023
1 parent 2f87bd5 commit ab71720
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name = "Huginn"
uuid = "9cb796e9-d0ea-421b-b37d-eb97bc1add55"
authors = ["Jordi Bolibar <jordi.bolibar@gmail.com>", "Facundo Sapienza <fsapienza@berkeley.edu>"]
authors = ["Jordi Bolibar <jordi.bolibar@gmail.com>",
"Facundo Sapienza <fsapienza@berkeley.edu>"]
version = "0.1.0"

[deps]
Expand Down Expand Up @@ -33,6 +34,7 @@ Reexport = "1"
Revise = "3"
Sleipnir = "0.3.2"
Tullio = "0.3"
julia = "1.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit ab71720

@facusapienza21
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/90604

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.1.0 -m "<description of version>" ab717203596185b8dcaa6b2cdec01a0ffc6c4e91
git push origin v0.1.0

Please sign in to comment.