Skip to content

Commit

Permalink
update version with elites generation
Browse files Browse the repository at this point in the history
  • Loading branch information
d9w committed Sep 20, 2020
1 parent ce714d6 commit dc2f243
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 = "Cambrian"
uuid = "7f27c84d-2d74-42e5-be5f-94f6748267f3"
authors = ["Dennis Wilson <dennis@d9w.xyz>"]
version = "0.2.0"
version = "0.2.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -18,4 +18,4 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
Formatting = "0.4.1"
JSON = "0.21.0"
YAML = "0.4.0"
julia = "1"
julia = "1.3"

2 comments on commit dc2f243

@d9w
Copy link
Owner Author

@d9w d9w commented on dc2f243 Sep 20, 2020

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/21651

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.2.1 -m "<description of version>" dc2f2435a4463d2175b0e4c7113d010447efd914
git push origin v0.2.1

Please sign in to comment.