Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed May 5, 2022
1 parent 6f76636 commit 5c7770e
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 = "DrillHoles"
uuid = "9d36f3b5-8124-4f7e-bcda-df733105c718"
authors = ["Rafael Caixeta and contributors"]
version = "0.2.0"
version = "0.2.1"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -15,6 +15,6 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
DataFrames = "1.1"
Interpolations = "0.13"
ScientificTypes = "3.0"
TableTransforms = "0.4"
TableTransforms = "1.0"
Tables = "1.6"
julia = "1.6"

2 comments on commit 5c7770e

@juliohm
Copy link
Member Author

@juliohm juliohm commented on 5c7770e May 5, 2022

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

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>" 5c7770e662eca793ea046ae964cfb8974c86b592
git push origin v0.2.1

Please sign in to comment.