Skip to content

Commit

Permalink
Bump version to v1.4.0; drop Julia v0.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
anowacki committed Jan 15, 2021
1 parent 94fb06e commit 0dd50aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
@@ -1,16 +1,16 @@
name = "SeisModels"
uuid = "47bbc3d6-959e-5592-a00a-d17660d07a0f"
authors = ["Andy Nowacki <a.nowacki@leeds.ac.uk>"]
version = "1.3.0"
version = "1.4.0"

[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"

[compat]
julia = "0.7, 1"
QuadGK = "1, 2"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 0dd50aa

@anowacki
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/28018

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 v1.4.0 -m "<description of version>" 0dd50aa191a50253c43debf867f5b8a2796fbfb9
git push origin v1.4.0

Please sign in to comment.