Skip to content

Commit

Permalink
bumped version and added ExprTools compat entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tk3369 committed Jun 23, 2020
1 parent 22b1dd3 commit df5960c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name = "BinaryTraits"
uuid = "190e46ec-f771-4705-b939-984896f7be0e"
authors = ["Tom Kwong <tk3369@gmail.com>"]
version = "0.5.0"
version = "0.6.0"

[deps]
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"

[compat]
MacroTools = "0.5"
ExprTools = "0.1"
julia = "1"

[extras]
Expand Down

2 comments on commit df5960c

@tk3369
Copy link
Owner Author

@tk3369 tk3369 commented on df5960c Jun 23, 2020

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

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

Please sign in to comment.