Skip to content

Commit

Permalink
v0.1.3 (#28)
Browse files Browse the repository at this point in the history
## 🚨 Checklist
- [ ] Read and follow the [Contributing
Guidelines](https://github.com/cmichelenstrofer/.github/blob/main/CONTRIBUTING.md).
- [ ] Provide a more detailed description below, including [referencing
or closing the relevant
issue(s)](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)

💔 Thanks!

## PR Description
  - Closes #.
  -
  -
  • Loading branch information
cmichelenstrofer authored Jul 3, 2023
1 parent a2d1e41 commit ef9b3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DimensionfulAngles"
uuid = "2d4b8d7a-02d9-40f9-9abe-9c695b77de0d"
authors = ["Carlos A. Michelén Ströfer <[email protected]> and contributors"]
version = "0.1.2"
version = "0.1.3"

[deps]
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Expand Down

2 comments on commit ef9b3c6

@cmichelenstrofer
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/86793

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.3 -m "<description of version>" ef9b3c6f83b98b576f74a1580cb98d4f8c1f2c2a
git push origin v0.1.3

Please sign in to comment.