Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tclements committed Feb 25, 2020
1 parent eae0aeb commit d83634e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ StatsBase = "0.32"
Interpolations = "0.12"
DSP = "0.6"
DataFrames = "0.20"
FFTW = "1.2"
FFTW = "1.1"
SeisIO = "0.4"
julia = "1"

2 comments on commit d83634e

@tclements
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Minor release to fix bugs due FFTW/DSP both exporting rfftfreq
Add compats for all modules

@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 updated: JuliaRegistries/General/10015

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" d83634ec0a9abd80927a63d99a578b35908ade51
git push origin v0.3.0

Please sign in to comment.