Skip to content

Commit 7785015

Browse files
committed
v0.2.1, see changelog.md for more info
1 parent 3a15cd4 commit 7785015

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Opqua Changelog
33

4+
## v0.2.1
5+
## 1 June 2021
6+
- Update version tags
7+
48
## v0.2.0
59
## 1 June 2021
610
### Simulation mechanics

opqua/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
An epidemiological modeling framework for population genetics and evolution.
55
"""
66

7-
__version__ = "0.2.0"
7+
__version__ = "0.2.1"
88
__author__ = 'Pablo Cardenas'
99
__credits__ = 'Massachusetts Institute of Technology'
1010

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='opqua',
12-
version='v0.2.0',
12+
version='v0.2.1',
1313
description='An epidemiological modeling framework for population ' \
1414
+ 'genetics and evolution.',
1515
long_description='Opqua is an epidemiological modeling framework for ' \
@@ -21,7 +21,7 @@
2121
+ 'evolution and epidemiology. \n\n Visit ' \
2222
+ 'github.com/pablocarderam/opqua for more information.',
2323
url='https://github.com/pablocarderam/opqua',
24-
download_url='https://github.com/pablocarderam/opqua/archive/v0.2.0.tar.gz',
24+
download_url='https://github.com/pablocarderam/opqua/archive/v0.2.1.tar.gz',
2525
author='Pablo Cardenas',
2626
author_email='pablocarderam@gmail.com',
2727
keywords=['epidemiology','evolution','biology'],

0 commit comments

Comments
 (0)