Skip to content

Commit d04e9ea

Browse files
committed
Update authors and package version for test realese
1 parent 45c2a38 commit d04e9ea

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pyproject.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ packages = ["parshift"]
88

99
[project]
1010
name = "parshift"
11-
version = "0.1.9"
11+
version = "0.2.0"
1212
description = "Python package based on Gibson's framework (2003) for turn-taking in group conversation analysis."
1313
readme = "README.md"
1414
requires-python = ">=3.8"
15-
keywords = ["natural language processing", "conversation-analysis", "participation-shifts", "turn-taking"]
15+
keywords = ["python", "conversation-analysis", "participation-shifts", "turn-taking"]
1616
license = {text = "MIT"}
17-
authors = [ { name = "Bruno Saraiva", email = "bruno.saraiva@ulusofona.pt" } ]
17+
authors = [
18+
{name = "Bruno Saraiva", email = "bruno.saraiva@ulusofona.pt"}
19+
{name = "João Pedro Carvalho", email = "joao.matos.carvalho@ulusofona.pt" }
20+
{name = "Nuno Fachada", email = "nuno.fachada@ulusofona.pt" }
21+
{name = "Manuel Pita", email = "manuel.pita@ulusofona.pt" }
22+
]
1823
dependencies = ["pandas", "matplotlib", "squarify", "seaborn"]
1924
classifiers = [
2025
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)