Skip to content

Commit

Permalink
change version to 0.0.3 (#193)
Browse files Browse the repository at this point in the history
* change version

* test travis again
  • Loading branch information
bdpedigo authored Jun 11, 2019
1 parent 730a7c4 commit f3f18b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tutorial

Models
======
The following tutorials present several random graph models: the Erdos-Renyi (ER) model, degree-corrected ER model,
This tutorial presents several random graph models: the Erdos-Renyi (ER) model, degree-corrected ER model,
stochastic block model (SBM), degree-corrected SBM, and random dot product graph model. These models provide a basis for studying random graphs. All models are shown fit to the same dataset.

.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion graspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
import graspy.models
import graspy.datasets

__version__ = "0.0.2"
__version__ = "0.0.3"

0 comments on commit f3f18b6

Please sign in to comment.