Skip to content

Commit 973705b

Browse files
Adds missing tabulate dependency.
1 parent 728dcb3 commit 973705b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
author = 'Aaron Steven White'
2525

2626
# 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'
2929

3030
# -- General configuration ---------------------------------------------------
3131

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "decomp"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "Toolkit for working with Universal Decompositional Semantics graphs"
99
authors = [
1010
{name = "Aaron Steven White", email = "aaron.white@rochester.edu"}
@@ -29,6 +29,7 @@ dependencies = [
2929
"pyparsing>=3.0.0",
3030
"requests>=2.31.0",
3131
"termcolor>=2.0.0",
32+
"tabulate>=0.9.0",
3233
]
3334

3435
[project.urls]

0 commit comments

Comments
 (0)