Skip to content

Commit

Permalink
Merge pull request #108 from simeonschaub/patch-1
Browse files Browse the repository at this point in the history
remove upper bound for julia version
  • Loading branch information
RXGottlieb authored Nov 22, 2022
2 parents 7e47537 + b47ede8 commit 1bd3d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "EAGO"
uuid = "bb8be931-2a91-5aca-9f87-79e1cb69959a"
authors = ["Matthew Wilhelm <[email protected]>"]
version = "0.7.1"
version = "0.7.2"

[deps]
Cassette = "7057c7e9-c182-5462-911a-8362d720325c"
Expand Down Expand Up @@ -45,7 +45,7 @@ PrettyTables = "~1"
Reexport = "~0.2, ~1"
Requires = "~1"
SpecialFunctions = "~1, ~2"
julia = "1.6 - 1.8"
julia = "1.6"

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

2 comments on commit 1bd3d54

@RXGottlieb
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/72686

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 v0.7.2 -m "<description of version>" 1bd3d5431b8edca1654e49975cc2939d054d4d4c
git push origin v0.7.2

Please sign in to comment.