From bd3dfa48ccd44f42968db5c41291d2d0d8dcff49 Mon Sep 17 00:00:00 2001 From: Ben Mather Date: Mon, 24 Jun 2019 22:58:22 +1000 Subject: [PATCH] Getting ready for 0.4 release --- paper/paper.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paper/paper.md b/paper/paper.md index f5fdce2..88a195d 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -49,7 +49,7 @@ Our Python package, `pycurious`, ingests maps of the Earth's magnetic anomaly an - Posing the inverse problem and objective function. - Mapping Curie depth using the EMAG2 magnetic anomaly dataset [@Meyer2017]. -All documentation can be accessed from within the module via a Python function that installs the notebooks at a filesystem location specified by the user at run time. +All documentation can be accessed from within the module via a Python function that installs the notebooks at a filesystem location specified by the user at run time. The API documentation is kept up-to-date on [GitHub pages](https://brmather.github.io/pycurious/). ## Installation, Dependencies and Usage diff --git a/setup.py b/setup.py index c68e48e..674042e 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import io ## in development set version to none and ... -PYPI_VERSION = "0.3.2" +PYPI_VERSION = "0.4" # Return the git revision as a string (from numpy) def git_version():