Skip to content

Commit

Permalink
new version v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aviks committed Oct 17, 2022
1 parent d191d96 commit fca3bfb
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 = "Miletus"
uuid = "3ae66bd7-4256-56cd-8b87-f856965b5ccf"
authors = ["Simon Byrne <[email protected]>", "Avik Sengupta <[email protected]>"]
version = "1.2.0"
version = "1.2.1"

[deps]
BusinessDays = "4f18b42c-503e-5345-9536-bb0f25fc7038"
Expand All @@ -24,4 +24,4 @@ Reexport = "^1"
SpecialFunctions = "^1"
StatsBase = "0.29,0.30,0.31,0.32,^0.33"
StatsFuns = "^0.8,^0.9"
julia = "^1.6"
julia = "^1.6"

2 comments on commit fca3bfb

@aviks
Copy link
Member Author

@aviks aviks commented on fca3bfb Oct 17, 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/70446

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.2.1 -m "<description of version>" fca3bfba56b4e60d5902e358bee1b033e0d6aea3
git push origin v1.2.1

Please sign in to comment.