Skip to content

Commit

Permalink
Adding compat version
Browse files Browse the repository at this point in the history
  • Loading branch information
filipebraida committed Oct 17, 2019
1 parent 820b2ef commit cad9e72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Project.toml
Expand Up @@ -4,9 +4,14 @@ authors = ["Filipe Braida <filipebraida@gmail.com>"]
version = "0.1.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Persa = "86800b63-3017-5277-aca5-15d7d6a5f2b2"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
julia = "1"

[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
4 changes: 0 additions & 4 deletions REQUIRE

This file was deleted.

2 comments on commit cad9e72

@filipebraida
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
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/4403

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

Please sign in to comment.