Skip to content

Commit

Permalink
bump version for v0.1.1 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Aug 30, 2022
1 parent b32c1b5 commit 580252f
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 = "TopoPlots"
uuid = "2bdbdf9c-dbd8-403f-947b-1a4e0dd41a7a"
authors = ["Benedikt Ehinger", "Simon Danisch", "Beacon Biosignals"]
version = "0.1.0"
authors = ["Benedikt Ehinger", "Simon Danisch", "Beacon Biosignals, Inc."]
version = "0.1.1"

[deps]
Delaunay = "07eb4e4e-0c6d-46ef-bc4e-83d5e5d860a9"
Expand Down

2 comments on commit 580252f

@palday
Copy link
Collaborator Author

@palday palday commented on 580252f Aug 30, 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/67368

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.1 -m "<description of version>" 580252fb3d087745a9c6f2ddf10515c880ae0612
git push origin v0.1.1

Please sign in to comment.