Skip to content

Commit

Permalink
Update to SeisIO v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tclements committed Mar 18, 2020
1 parent 593b3be commit 9ed5e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
@@ -1,7 +1,7 @@
name = "SeisNoise"
uuid = "8cc7c3c0-6b5d-11e9-39fe-c9cd0236e08b"
authors = ["timclements <thclements@g.harvard.edu>"]
version = "0.3.0"
version = "0.3.1"

[deps]
AWSCore = "4f1ea46c-232b-54a6-9b17-cc2d0f3e6598"
Expand Down Expand Up @@ -37,6 +37,6 @@ Interpolations = "0.12"
JLD2 = "0.1"
LightXML = "0.8"
Plots = "0.29"
SeisIO = "0.4, 1.0"
SeisIO = "1.0"
StatsBase = "0.32"
julia = "1"

2 comments on commit 9ed5e54

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

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.1 -m "<description of version>" 9ed5e54c9f2319d2f120d3437da4e8687bc58bd7
git push origin v0.3.1

Please sign in to comment.