Skip to content

Commit

Permalink
add julia version compat
Browse files Browse the repository at this point in the history
  • Loading branch information
tlnagy committed Sep 4, 2019
1 parent 118d25b commit 4bd44c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ name = "FCSFiles"
uuid = "d76558cf-badf-52d4-a17e-381ab0b0d937"
version = "0.1.1"

[compat]
julia = "1"

[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"

2 comments on commit 4bd44c6

@tlnagy
Copy link
Owner Author

@tlnagy tlnagy commented on 4bd44c6 Sep 4, 2019

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/3263

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.1 -m "<description of version>" 4bd44c69943774dc870a88b3b2e81af9bde7bcca
git push origin v0.1.1

Please sign in to comment.