Skip to content

Commit

Permalink
Julia Libraries updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmatamalas authored Apr 26, 2021
1 parent fb650e8 commit 40aea79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MMCAcovid19"
uuid = "3fbf9143-36f1-400e-9c84-fa51782749e9"
authors = ["Joan T. Matamalas <jtmatamalas@gmail.com>", "Sergio Gómez <sergio.gomez@urv.cat>"]
version = "0.1.2"
authors = ["Joan T. Matamalas <jtmatamalas@protonmail.com>", "Sergio Gómez <sergio.gomez@urv.cat>"]
version = "0.1.3"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -11,6 +11,6 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CSV = "0.6, 0.7"
DataFrames = "0.19, 0.21"
julia = "1.3, 1.5"
CSV = "0.6, 0.8"
DataFrames = "0.19, 1.0"
julia = "1.2, 1.6"

2 comments on commit 40aea79

@jtmatamalas
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/35353

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.1.3 -m "<description of version>" 40aea7965ee39c8fa52b7c2f6a51ee669da2eda5
git push origin v0.1.3

Please sign in to comment.