Skip to content

Commit

Permalink
Set version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobAsslaender committed Dec 1, 2022
1 parent 6e89890 commit 9a815ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name = "BartIO"
uuid = "8b90e6a2-6e4d-4906-89ae-b5f72ca4a65b"
authors = ["Jakob Asslaender <[email protected]>", "Aurélien Trotier <[email protected]>"]
version = "0.2.0"
version = "0.3.0"

[deps]
BufferedStreams = "e1450e63-4bb3-523b-b2a4-4ffa8c0fd77d"

[compat]
BufferedStreams = "1"
julia = "1.6"

BufferedStreams = "1"

2 comments on commit 9a815ae

@JakobAsslaender
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 created: JuliaRegistries/General/73217

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.3.0 -m "<description of version>" 9a815aedea114ad9d3b70ae2b12229ac3568ea4a
git push origin v0.3.0

Please sign in to comment.