Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty authored Apr 25, 2019
1 parent 8981023 commit 55f0453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ApproxFunBase"
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
version = "0.0.5"
version = "0.1"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down Expand Up @@ -41,10 +41,10 @@ FFTW = "≥ 0.2.4"
FastGaussQuadrature = "≥ 0.3.2"
FastTransforms = "≥ 0.4.2"
FillArrays = "≥ 0.5.0"
InfiniteArrays = "0.0.3, 0.1"
InfiniteArrays = "0.1"
IntervalSets = "≥ 0.3.1"
LazyArrays = "0.8.0"
LowRankApprox = "≥ 0.1.4"
LowRankApprox = "0.2"
SpecialFunctions = "≥ 0.7.0"
StaticArrays = "≥ 0.8.3"
ToeplitzMatrices = "≥ 0.4.0"
Expand Down

2 comments on commit 55f0453

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

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.1.0 -m "<description of version>" 55f0453fbe03d0d8e685285a38bf7c55dc1b0a09
git push origin v0.1.0

Please sign in to comment.