File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 24
24
author = 'Aaron Steven White'
25
25
26
26
# The full version, including alpha/beta/rc tags
27
- release = '0.3.1 '
28
- version = '0.3.1 '
27
+ release = '0.3.2 '
28
+ version = '0.3.2 '
29
29
30
30
# -- General configuration ---------------------------------------------------
31
31
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " decomp"
7
- version = " 0.3.1 "
7
+ version = " 0.3.2 "
8
8
description = " Toolkit for working with Universal Decompositional Semantics graphs"
9
9
authors = [
10
10
{name = " Aaron Steven White" , email = " aaron.white@rochester.edu" }
@@ -29,6 +29,7 @@ dependencies = [
29
29
" pyparsing>=3.0.0" ,
30
30
" requests>=2.31.0" ,
31
31
" termcolor>=2.0.0" ,
32
+ " tabulate>=0.9.0" ,
32
33
]
33
34
34
35
[project .urls ]
You can’t perform that action at this time.
0 commit comments