Skip to content

Commit

Permalink
Updates to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JackToppen committed Apr 8, 2022
1 parent 0d43944 commit 93598a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author = 'Jack Toppen'

release = '0.1'
version = '0.3.0'
version = '0.3.1'

# -- General configuration

Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ accessible by providing an efficient base framework for constructing
ABMs. More information on PythonABM can be found below.

- GitHub:
`github.com/JackToppen/pythonabm <https://github.com/JackToppen/pythonabm>`__
`github.com/kemplab/pythonabm <https://github.com/kemplab/pythonabm>`__
- PyPI:
`pypi.org/project/pythonabm <https://pypi.org/project/pythonabm/>`__

.. image:: https://github.com/JackToppen/pythonabm/blob/master/docs/front_image.png?raw=true
.. image:: https://github.com/JackToppen/pythonabm/blob/main/docs/front_image.png?raw=true
:align: center
:width: 400

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pythonabm",
version="0.3.0",
version="0.3.1",
author="Jack Toppen",
author_email="[email protected]",
description="Framework for building Agent-Based Models (ABMs) in Python",
Expand Down

0 comments on commit 93598a8

Please sign in to comment.