From 11397003e59d8f9bd5bbb5f1dc243b9793a4308b Mon Sep 17 00:00:00 2001 From: Arthur Goldberg Date: Wed, 21 Oct 2020 12:32:26 -0400 Subject: [PATCH] bump version --- codemeta.json | 2 +- de_sim/_version.py | 2 +- joss_paper/paper.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codemeta.json b/codemeta.json index 46b1286..6b69c09 100644 --- a/codemeta.json +++ b/codemeta.json @@ -33,7 +33,7 @@ "codeRepository": "https://github.com/KarrLab/de_sim", "contIntegration": "https://circleci.com/gh/KarrLab/de_sim", "issueTracker": "https://github.com/KarrLab/de_sim/issues", - "version": "0.1.7", + "version": "0.1.8", "developmentStatus": "active", "datePublished": "2020-07-28", "dateCreated": "2019-01-20", diff --git a/de_sim/_version.py b/de_sim/_version.py index 124e462..c3bb296 100644 --- a/de_sim/_version.py +++ b/de_sim/_version.py @@ -1 +1 @@ -__version__ = '0.1.7' +__version__ = '0.1.8' diff --git a/joss_paper/paper.md b/joss_paper/paper.md index 9543b67..336e68c 100644 --- a/joss_paper/paper.md +++ b/joss_paper/paper.md @@ -109,7 +109,7 @@ DE-Sim is freely and openly available under the MIT license at the locations bel * Jupyter notebook tutorials: [https://sandbox.karrlab.org/tree/de_sim](https://sandbox.karrlab.org/tree/de_sim) * Documentation: [docs.karrlab.org](https://docs.karrlab.org/de_sim/) -DE-Sim requires [Python](https://www.python.org/) 3.7 or higher and [pip](https://pip.pypa.io/). This article discusses version 0.1.7 of DE-Sim. +DE-Sim requires [Python](https://www.python.org/) 3.7 or higher and [pip](https://pip.pypa.io/). This article discusses version 0.1.8 of DE-Sim. # Acknowledgements