Skip to content

Commit

Permalink
Merge pull request #227 from JuliaIO/sd-tag
Browse files Browse the repository at this point in the history
upgrade to Project.toml
  • Loading branch information
SimonDanisch committed Jun 13, 2019
2 parents 5899fed + 221262c commit 602fa70
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name = "FileIO"
uuid = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
version = "1.0.7"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[compat]
julia = "≥ 0.7.0"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Random"]
1 change: 0 additions & 1 deletion REQUIRE

This file was deleted.

2 comments on commit 602fa70

@SimonDanisch
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/1368

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 v1.0.7 -m "<description of version>" 602fa700a90770eec724f0a0f6d91a48c0229876
git push origin v1.0.7

Please sign in to comment.