diff --git a/README.md b/README.md index f84bea51..62a3f411 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/CornellNLP/ConvoKit/blob/master/LICENSE.md) [![Discord Community](https://img.shields.io/static/v1?logo=discord&style=flat&color=red&label=discord&message=community)](https://discord.gg/WMFqMWgz6P) -This toolkit contains tools to extract conversational features and analyze social phenomena in conversations, using a [single unified interface](https://convokit.cornell.edu/documentation/architecture.html) inspired by (and compatible with) scikit-learn. Several large [conversational datasets](https://github.com/CornellNLP/ConvoKit#datasets) are included together with scripts exemplifying the use of the toolkit on these datasets. The latest version is [4.1.0](https://github.com/CornellNLP/ConvoKit/releases/tag/v4.1.0) (released Mar. 10, 2026); follow the [project on GitHub](https://github.com/CornellNLP/ConvoKit) to keep track of updates. +This toolkit contains tools to extract conversational features and analyze social phenomena in conversations, using a [single unified interface](https://convokit.cornell.edu/documentation/architecture.html) inspired by (and compatible with) scikit-learn. Several large [conversational datasets](https://github.com/CornellNLP/ConvoKit#datasets) are included together with scripts exemplifying the use of the toolkit on these datasets. The latest version is [4.1.1](https://github.com/CornellNLP/ConvoKit/releases/tag/v4.1.1) (released May 1, 2026); follow the [project on GitHub](https://github.com/CornellNLP/ConvoKit) to keep track of updates. Join our [Discord community](https://discord.gg/WMFqMWgz6P) to stay informed, connect with fellow developers, and be part of an engaging space where we share progress, discuss features, and tackle issues together. diff --git a/docs/source/conf.py b/docs/source/conf.py index 8639ff4f..9db0c116 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,7 +56,7 @@ # General information about the project. project = "convokit" -copyright = "2017-2025 The ConvoKit Developers" +copyright = "2017-2026 The ConvoKit Developers" author = "The ConvoKit Developers" # The version info for the project you're documenting, acts as replacement for @@ -66,7 +66,7 @@ # The short X.Y version. version = "4.1" # The full version, including alpha/beta/rc tags. -release = "4.1.0" +release = "4.1.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/index.rst b/docs/source/index.rst index 25467b06..bf3293bf 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,7 +9,7 @@ Cornell Conversational Analysis Toolkit (ConvoKit) Documentation This toolkit contains tools to extract conversational features and analyze social phenomena in conversations, using a `single unified interface `_ inspired by (and compatible with) scikit-learn. Several large `conversational datasets `_ are included together with scripts exemplifying the use of the toolkit on these datasets. -More information can be found at our `website `_. The latest version is `4.1.0 `_ (released Mar. 10, 2026). +More information can be found at our `website `_. The latest version is `4.1.1 `_ (released May 1, 2026). Contents -------- diff --git a/setup.py b/setup.py index 497d1ac2..c38c90c9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ author_email="cristian@cs.cornell.edu", url="https://github.com/CornellNLP/ConvoKit", description="ConvoKit", - version="4.1.0", + version="4.1.1", packages=[ "convokit", "convokit.bag_of_words", diff --git a/website/docs/source/conf.py b/website/docs/source/conf.py index a2ff886f..717b6bad 100644 --- a/website/docs/source/conf.py +++ b/website/docs/source/conf.py @@ -8,9 +8,9 @@ # -- Project information ----------------------------------------------------- project = "ConvoKit" -copyright = "2025, Cornell NLP" +copyright = "2026, Cornell NLP" author = "Cornell NLP" -release = "4.1.0" +release = "4.1.1" # -- General configuration --------------------------------------------------- extensions = [ diff --git a/website/docs/source/index.rst b/website/docs/source/index.rst index 7ab3f73b..d2314462 100644 --- a/website/docs/source/index.rst +++ b/website/docs/source/index.rst @@ -17,7 +17,7 @@ ConvoKit: Conversational Analysis Toolkit :target: https://github.com/CornellNLP/ConvoKit/blob/master/LICENSE.md :alt: License -This toolkit contains tools to extract conversational features and analyze social phenomena in conversations, using a `single unified interface `_ inspired by (and compatible with) scikit-learn. Several large conversational datasets are included together with scripts exemplifying the use of the toolkit on these datasets. The latest version is `4.1.0 `_ (released Mar. 10, 2026); follow the project on GitHub to keep track of updates. +This toolkit contains tools to extract conversational features and analyze social phenomena in conversations, using a `single unified interface `_ inspired by (and compatible with) scikit-learn. Several large conversational datasets are included together with scripts exemplifying the use of the toolkit on these datasets. The latest version is `4.1.1 `_ (released May 1, 2026); follow the project on GitHub to keep track of updates. Quick Links -----------