diff --git a/codemeta.json b/codemeta.json index f228ca8..a941cf8 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.4", + "version": "0.1.5", "developmentStatus": "active", "datePublished": "2020-07-28", "dateCreated": "2019-01-20", diff --git a/de_sim/_version.py b/de_sim/_version.py index 7525d19..66a87bb 100644 --- a/de_sim/_version.py +++ b/de_sim/_version.py @@ -1 +1 @@ -__version__ = '0.1.4' +__version__ = '0.1.5' diff --git a/joss_paper/paper.md b/joss_paper/paper.md index 14693cc..732e531 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.4 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.5 of DE-Sim. # Acknowledgements