Skip to content

Commit 93598a8

Browse files
author
JackToppen
committed
Updates to documentation
1 parent 0d43944 commit 93598a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
author = 'Jack Toppen'
1212

1313
release = '0.1'
14-
version = '0.3.0'
14+
version = '0.3.1'
1515

1616
# -- General configuration
1717

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ accessible by providing an efficient base framework for constructing
77
ABMs. More information on PythonABM can be found below.
88

99
- GitHub:
10-
`github.com/JackToppen/pythonabm <https://github.com/JackToppen/pythonabm>`__
10+
`github.com/kemplab/pythonabm <https://github.com/kemplab/pythonabm>`__
1111
- PyPI:
1212
`pypi.org/project/pythonabm <https://pypi.org/project/pythonabm/>`__
1313

14-
.. image:: https://github.com/JackToppen/pythonabm/blob/master/docs/front_image.png?raw=true
14+
.. image:: https://github.com/JackToppen/pythonabm/blob/main/docs/front_image.png?raw=true
1515
:align: center
1616
:width: 400
1717

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pythonabm",
8-
version="0.3.0",
8+
version="0.3.1",
99
author="Jack Toppen",
1010
author_email="jtoppen3@gatech.edu",
1111
description="Framework for building Agent-Based Models (ABMs) in Python",

0 commit comments

Comments
 (0)