Skip to content

Commit

Permalink
Getting ready for 0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Jun 24, 2019
1 parent 5adb769 commit bd3dfa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit bd3dfa4

Please sign in to comment.