Skip to content

Commit

Permalink
Merge pull request #2 from jishnub/uncolon
Browse files Browse the repository at this point in the history
Add uncolon
  • Loading branch information
jishnub authored Apr 17, 2021
2 parents f74df44 + 67340e3 commit 6cfc18d
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 150 deletions.
12 changes: 7 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name = "SphericalHarmonicModes"
uuid = "0e9554e2-b38b-11e9-16d7-9d9abfec665a"
version = "0.4.6"
version = "0.4.7"

[compat]
Aqua = "0.5"
julia = "1.0"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

[compat]
julia = "1.0"
test = ["Aqua", "Test"]
3 changes: 2 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
SphericalHarmonicModes = "0e9554e2-b38b-11e9-16d7-9d9abfec665a"

[compat]
Documenter = "0.25"
Documenter = "0.26"
Loading

2 comments on commit 6cfc18d

@jishnub
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/34555

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.4.7 -m "<description of version>" 6cfc18ddb8260c705d5fc8fa06530af30c106828
git push origin v0.4.7

Please sign in to comment.