Skip to content

Commit f113102

Browse files
Updates toml for 0.2.1.
1 parent 241317c commit f113102

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dynamicsyntax"
7-
version = "0.2.0"
8-
description = "Python port of DyLan Dynamic Syntax + TTR (parser core)"
7+
version = "0.2.1"
8+
description = "DyLan, the Dynamic Syntax parser in Python"
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
license = { text = "BSD-3-Clause (see DyLan upstream LICENSE.txt)" }
12-
authors = [{ name = "DyLan Python port" }]
13-
keywords = ["dialogue", "dynamic-syntax", "ttr", "semantics", "parser"]
12+
authors = [{ name = "Arash Ashrafzadeh" }]
13+
keywords = ["computational-linguistics", "computational-semantics", "semantic-parsing", "natural-language-processing", "parser", "ttr", "dialogue"]
1414
classifiers = [
1515
"Development Status :: 3 - Alpha",
1616
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)