Skip to content

Commit

Permalink
Updated package version to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleCeresoli committed Aug 1, 2024
1 parent 22a2627 commit 0e04b32
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 = "Tempo"
uuid = "c33777b2-e695-4fae-9135-aeae8855dd81"
authors = ["JSMD Team"]
version = "1.3.0"
version = "1.3.1"

[deps]
FunctionWrappersWrappers = "77dc65aa-8811-40c2-897b-53d922fa7daf"
Expand Down

2 comments on commit 0e04b32

@MicheleCeresoli
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 register

Release notes:

  • Updated package documentation.
  • Improved Duration type management.

@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/112207

Tagging

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 v1.3.1 -m "<description of version>" 0e04b32076454a0fb5cb8f16a7c6a518745cc22b
git push origin v1.3.1

Please # to comment.