Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kavir1698 committed Jun 11, 2020
1 parent a8e9e79 commit 9a6acaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "EvoDynamics"
uuid = "c8768967-421d-4a02-8523-37736f3dbe06"
authors = ["Ali R. Vahdati <[email protected]>", "Carlos Melian"]
version = "0.5.0"
version = "0.5.1"

[deps]
Agents = "46ada45e-f475-11e8-01d0-f70cc89e6671"
Expand Down

4 comments on commit 9a6acaf

@kavir1698
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 registor()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: Action not recognized: registor

@kavir1698
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 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/16206

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

Please sign in to comment.