Skip to content

Commit

Permalink
Remove REQUIRE, add [compat] to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Apr 18, 2019
1 parent 881ce42 commit 9d40812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["Strings"]
license = "MIT"
name = "StrTables"
uuid = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
version = "0.3.0"
version = "1.0.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -14,3 +14,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

[compat]
julia = "^1.0.0"
1 change: 0 additions & 1 deletion REQUIRE

This file was deleted.

2 comments on commit 9d40812

@ScottPJones
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/176

After the above pull request is merged, it is recommended that you create
a tag on this repository for the registered package version:

git tag -a v1.0.0 -m "<description of version>" 9d408124c01f094944196e64bfe7ac10781a77aa
git push origin v1.0.0

Please sign in to comment.