Skip to content

Commit

Permalink
Replace REQUIRE with Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
schmrlng committed May 18, 2019
1 parent 7fd1aee commit e3a1a75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 16 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name = "RobotOS"
uuid = "22415677-39a4-5241-a37a-00beabbbdae8"
version = "0.7.1"

[deps]
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"

[compat]
PyCall = "≥ 1.90.0"
julia = "≥ 0.7.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
2 changes: 0 additions & 2 deletions REQUIRE

This file was deleted.

2 comments on commit e3a1a75

@jdlangs
Copy link
Owner

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

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

Please sign in to comment.