Skip to content

Commit

Permalink
Fix bumpversion issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Jun 1, 2022
1 parent c4ce8ee commit a7ac04b
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
Expand Up @@ -72,7 +72,7 @@ Roots = "1, 2"
SpecialFunctions = "1, 2"
Spglib = "0.5"
StaticArrays = "1"
TimerOutputs = "0.5.21"
TimerOutputs = "0.5.11"
Unitful = "1"
UnitfulAtomic = "1"
julia = "1.6"
Expand Down

2 comments on commit a7ac04b

@mfherbst
Copy link
Member 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/61473

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.5.2 -m "<description of version>" a7ac04b2b5aaa276db81fa81613e6ccfc7eaae10
git push origin v0.5.2

Please sign in to comment.