Skip to content

Commit

Permalink
1.5.x only
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed Dec 6, 2020
1 parent 6fcd9d3 commit 0095e4c
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 = "FinEtools"
uuid = "91bb5406-6c9a-523d-811d-0644c4229550"
authors = ["Petr Krysl <pkrysl@ucsd.edu>"]
version = "4.7.7"
version = "4.8.0"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Expand All @@ -20,4 +20,4 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
Arpack = "^0.4"
LoopVectorization = "^0.9"
StatsBase = "^0.33"
julia = "^1.5"
julia = "~1.5"

2 comments on commit 0095e4c

@PetrKryslUCSD
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/25915

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 v4.8.0 -m "<description of version>" 0095e4c95fef43f5ca0cfddca7bc4871eecd8719
git push origin v4.8.0

Please sign in to comment.