Skip to content

Commit

Permalink
Merge pull request #124 from PoisotLab/patch-manifest
Browse files Browse the repository at this point in the history
correct semver
  • Loading branch information
evadelmas committed Jan 7, 2021
2 parents b30c31f + ab12ef2 commit 0e8756a
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
Expand Up @@ -2,7 +2,7 @@ name = "BioEnergeticFoodWebs"
uuid = "9b49b652-2545-5b88-a3af-87b516beb26f"
keywords = ["food webs", "ecology", "ecological models", "populations dynamics", "biomass"]
desc = "A unified interface for simulations of the Bio-Energetic model on food webs"
version = "1.2.1"
version = "1.2.0"

[deps]
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
Expand Down

2 comments on commit 0e8756a

@evadelmas
Copy link
Collaborator 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/27537

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 v1.2.0 -m "<description of version>" 0e8756ab14c50eb7e8122b00dfb7fd19f9197c4e
git push origin v1.2.0

Please sign in to comment.