Skip to content

Commit

Permalink
Set version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 26, 2022
1 parent aed5184 commit 0d97f13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ uuid = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
authors = ["David Anthoff <anthoff@berkeley.edu>"]
version = "0.1.0"

[compat]
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"

[targets]
test = ["Test"]

2 comments on commit 0d97f13

@davidanthoff
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()

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

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.1.0 -m "<description of version>" 0d97f137de068ff7245975acafdc04e85ac5a1ee
git push origin v0.1.0

Please sign in to comment.