Skip to content

Commit

Permalink
tag v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenoris committed Apr 25, 2020
1 parent db9068e commit 04e1247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BLPData"
uuid = "eb622722-88ce-45f2-a8b9-c2f73a5cb263"
authors = ["felipenoris <felipenoris@gmail.com>"]
version = "0.2.0-dev"
version = "0.2.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function bdh_and_bds_async()
return bdh_result, bds_result
end

a, b = bdh_and_bds_async()
h, s = bdh_and_bds_async()
```
## Contributing
Expand Down

2 comments on commit 04e1247

@felipenoris
Copy link
Owner 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/13616

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.0 -m "<description of version>" 04e12477e8279611f9874be4258ee971894dd5af
git push origin v0.2.0

Please sign in to comment.