Skip to content

Commit

Permalink
update to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junder873 committed Aug 25, 2023
1 parent 30dc7f7 commit c7225c3
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 = "AbnormalReturns"
uuid = "f9c80461-2ebf-4c7c-9c1c-d30d9d100fd8"
authors = ["junder873 <[email protected]>"]
version = "0.2.3"
version = "0.3.0"

[deps]
BusinessDays = "4f18b42c-503e-5345-9536-bb0f25fc7038"
Expand All @@ -25,7 +25,7 @@ IntervalSets = "0.7"
OffsetArrays = "1"
Reexport = "1"
StaticArrays = "1"
StatsBase = "0.33"
StatsBase = "0.33, 0.34"
StatsModels = "0.7"
Tables = "1"
julia = "1.6"
Expand Down

2 comments on commit c7225c3

@junder873
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 register()

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

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

Please sign in to comment.