Skip to content

Commit

Permalink
Updates version and install readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rutgerfick committed Apr 16, 2020
1 parent d14f876 commit 0959ca9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Dmipy is designed to be complementary for Dipy users. Dipy gradient tables can b
Dmipy allows the user to do Microstructure Imaging research at the highest level, while the package automatically takes care of all the coding architecture that is needed to fit a designed model to a data set. The Dmipy documentation can be found at http://dmipy.readthedocs.io/. If you use Dmipy for your research publications, we kindly request you cite this package at the reference at the bottom of this page.

## Installation
You can install dmipy using pypi by typing in your terminal
- python3 -m pip install dmipy

or you can manually
- clone repository
- python setup.py install

Expand Down
2 changes: 1 addition & 1 deletion dmipy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
_version_major = 1
_version_minor = 0
_version_micro = 1 # use '' for first of series, number for 1 and above
_version_micro = 2 # use '' for first of series, number for 1 and above
_version_extra = ''
# _version_extra = '' # Uncomment this for full releases

Expand Down

0 comments on commit 0959ca9

Please sign in to comment.