Skip to content

Commit 862a76a

Browse files
committed
v1.1.2, check changelog.md .
1 parent 6750032 commit 862a76a

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursive-include opqua *.csv

changelog.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

22
# Opqua Changelog
33

4-
## 18 Jan 2024
5-
Moved plot and data files to a separate directory for organizational purposes.
4+
## v1.1.2
5+
## 1 Feb 2024
6+
Forgot the MANIFEST.in file to get the csv files.
67

78
## v1.1.1
89
## 31 Jan 2024
@@ -11,6 +12,9 @@ Moved plot and data files to a separate directory for organizational purposes.
1112
- Added default parameter values as external csv files, removed them from Model
1213
class
1314

15+
## 18 Jan 2024
16+
Moved plot and data files to a separate directory for organizational purposes.
17+
1418
## v1.1.0
1519
## 17 Jan 2024
1620
Update to pandas dataframe handling (replace append with concat) to comply with

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='v1.1.1',
12+
version='v1.1.2',
1313
description='An epidemiological modeling framework for population ' \
1414
+ 'genetics and evolution.',
1515
long_description='Opqua is an epidemiological modeling framework for ' \
@@ -22,7 +22,7 @@
2222
+ 'github.com/pablocarderam/opqua for more information.',
2323
description_file='README.md',
2424
url='https://github.com/pablocarderam/opqua',
25-
download_url='https://github.com/pablocarderam/opqua/archive/v1.1.1.tar.gz',
25+
download_url='https://github.com/pablocarderam/opqua/archive/v1.1.2.tar.gz',
2626
author='Pablo Cardenas',
2727
author_email='pablocarderam@gmail.com',
2828
keywords=['epidemiology','evolution','biology'],

0 commit comments

Comments
 (0)