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",