Skip to content

Commit

Permalink
Merge pull request #91 from bcbi/dpa/version
Browse files Browse the repository at this point in the history
Bump version number from "2.0.0-DEV" to "2.0.0"
  • Loading branch information
DilumAluthge authored Sep 1, 2020
2 parents 943cf58 + 6933c26 commit bb689d3
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 = "SimpleContainerGenerator"
uuid = "b8d349fb-717b-4aac-a9b1-e1da4219c631"
authors = ["Dilum Aluthge"]
version = "2.0.0-DEV"
version = "2.0.0"

[deps]
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
Expand Down

2 comments on commit bb689d3

@DilumAluthge
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 branch=master

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

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 v2.0.0 -m "<description of version>" bb689d3931e96ca9f7f894c74ea6446ca947fcaf
git push origin v2.0.0

Please sign in to comment.