Skip to content

Commit

Permalink
ReTest: bump version 0.2.0 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet committed Jul 28, 2021
1 parent 2040a86 commit d7a3ff0
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 = "ReTest"
uuid = "e0db7c4e-2690-44b9-bad6-7687da720f89"
authors = ["Rafael Fourquet <[email protected]>"]
version = "0.2.0"
version = "0.3.0"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand All @@ -12,7 +12,7 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
InlineTest = "0.1.1 - 0.2.0"
InlineTest = "=0.2.0"
Revise = "3.1"
julia = "1"

Expand Down

2 comments on commit d7a3ff0

@rfourquet
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
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/41744

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

Please sign in to comment.