Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Apr 25, 2019
1 parent 6743f21 commit 81f2783
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name = "LowRankApprox"
uuid = "898213cb-b102-5a47-900c-97e73b919f73"
version = "0.2.3"

[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Expand All @@ -11,7 +12,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
FFTW = "≥ 0.0.4"
FillArrays = "≥ 0.0.1"
FFTW = "≥ 0.2"
FillArrays = "≥ 0.5"
Nullables = "≥ 0.0.4"
julia = "0.7.0"
julia = "0.7, 1"

2 comments on commit 81f2783

@dlfivefifty
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()

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

After the above pull request is merged, it is recommended that you create
a tag on this repository for the registered package version:

git tag -a v0.2.3 -m "<description of version>" 81f278388525d922daf6d2b81722c1591a15eb8d
git push origin v0.2.3

Please sign in to comment.