Skip to content

Commit

Permalink
Merge pull request #246 from tanmaykm/tan/dtm
Browse files Browse the repository at this point in the history
fix Project.toml, add Tables compat entry
  • Loading branch information
aviks committed Dec 19, 2020
2 parents 5ba87c9 + 339d668 commit 992596b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"

[compat]
DataFrames = "0.21, 0.22"
Tables = "1.2"
DataStructures = "0.17, 0.18"
JSON = "0.21"
Languages = "0.4"
Expand Down

2 comments on commit 992596b

@aviks
Copy link
Member Author

@aviks aviks commented on 992596b Dec 19, 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 updated: JuliaRegistries/General/26634

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.7.2 -m "<description of version>" 992596ba1f8a5fc611b6d688cb32661ed7175675
git push origin v0.7.2

Please sign in to comment.