Skip to content

Commit

Permalink
Update another gh image asset link for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-ashkinaze committed Sep 27, 2024
1 parent 601edf3 commit dd3cab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ for r in ensemble.responses:
## Create a directed acyclic graph of Agents for story development

<div style="text-align: center;">
<img src="assets/mermaid_diagram.svg" alt="System Diagram" width="80%">
<img src="https://raw.githubusercontent.com/josh-ashkinaze/plurals/main/assets/mermaid_diagram.svg" alt="System Diagram" width="80%">
</div>

```python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def read_requirements():

setup(
name="plurals",
version="0.2.29",
version="0.2.29.1",
description="A package for simulated social ensembles.",
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit dd3cab6

Please sign in to comment.