We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69315b commit 210e962Copy full SHA for 210e962
1 file changed
Project.toml
@@ -2,7 +2,7 @@ name = "TextAnalysis"
2
uuid = "a2db99b7-8b79-58f8-94bf-bbc811eef33d"
3
license = "MIT"
4
desc = "Julia package for text analysis"
5
-version = "0.8.2"
+version = "0.8.3"
6
7
[deps]
8
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -24,7 +24,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
24
WordTokenizers = "796a5d58-b03d-544a-977e-18100b691f6e"
25
26
[compat]
27
-DataStructures = "0.17, 0.18"
+DataStructures = "0.17, 0.18, 0.19"
28
DelimitedFiles = "1"
29
DocStringExtensions = "0.9"
30
JSON = "0.21"
0 commit comments