From fb112225ee8c5951b7907acdca00da59a0d6f828 Mon Sep 17 00:00:00 2001 From: josh-ashkinaze Date: Wed, 28 Aug 2024 20:24:45 -0400 Subject: [PATCH] doc changes --- plurals/deliberation.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plurals/deliberation.py b/plurals/deliberation.py index 5add0db..596d345 100644 --- a/plurals/deliberation.py +++ b/plurals/deliberation.py @@ -676,11 +676,11 @@ class Graph(AbstractStructure): **Examples:** - **Method 1:** - Suppose we have three Agents, and we want to create a graph where the output of the liberal is fed to both the conservative and libertarian. Then the output of the conservative is fed to the libertarian. + **Method 1:** + .. code-block:: python Agents = [ diff --git a/setup.py b/setup.py index a15a823..5c9f070 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def read_requirements(): setup( name="plurals", - version="0.2.20", + version="0.2.21", description="A package supporting pluralistic multi-agent deliberation.", long_description=open('README.md').read(), long_description_content_type="text/markdown",