Skip to content

Commit

Permalink
Added upped bound for Julia itself !!
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaticus committed Dec 22, 2020
1 parent 2d7e481 commit a992cd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Expand Up @@ -9,3 +9,4 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
DataFrames = "0.21, 0.22"
julia = "1.2.1"

2 comments on commit a992cd8

@sylvaticus
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 register

Release notes:

First commit of MyAwesomePackage !

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

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.0.1 -m "<description of version>" a992cd8a900a8beb7cef0b81510d2414ce35c807
git push origin v0.0.1

Please sign in to comment.