Skip to content

Commit

Permalink
syncronize uuid with Registries/General and bump version line in Proj…
Browse files Browse the repository at this point in the history
…ect.toml to 0.3.0
  • Loading branch information
Crghilardi committed Apr 5, 2020
1 parent 945fab9 commit 49da275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ForestBiometrics"
uuid = "e560cb43-7f84-4eb8-aabf-6ae6e7008093"
uuid = "41a43668-ff68-5e81-b2d7-6ef3c0dd3db1"
authors = ["crgxcf <crghilardi@yahoo.com>"]
version = "0.1.0"
version = "0.3.0"

[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down

2 comments on commit 49da275

@Crghilardi
Copy link
Owner Author

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 created: JuliaRegistries/General/12331

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>" 49da2750dd4067a6c328534d552c659433c49b44
git push origin v0.3.0

Please sign in to comment.