File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
author = 'Jack Toppen'
12
12
13
13
release = '0.1'
14
- version = '0.3.0 '
14
+ version = '0.3.1 '
15
15
16
16
# -- General configuration
17
17
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ accessible by providing an efficient base framework for constructing
7
7
ABMs. More information on PythonABM can be found below.
8
8
9
9
- GitHub:
10
- `github.com/JackToppen /pythonabm <https://github.com/JackToppen /pythonabm >`__
10
+ `github.com/kemplab /pythonabm <https://github.com/kemplab /pythonabm >`__
11
11
- PyPI:
12
12
`pypi.org/project/pythonabm <https://pypi.org/project/pythonabm/ >`__
13
13
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
15
15
:align: center
16
16
:width: 400
17
17
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "pythonabm" ,
8
- version = "0.3.0 " ,
8
+ version = "0.3.1 " ,
9
9
author = "Jack Toppen" ,
10
10
author_email = "jtoppen3@gatech.edu" ,
11
11
description = "Framework for building Agent-Based Models (ABMs) in Python" ,
You can’t perform that action at this time.
0 commit comments