Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #386 from ariddell/develop
Browse files Browse the repository at this point in the history
chore: update version number, number in docs
  • Loading branch information
ariddell authored Oct 6, 2017
2 parents c024ec7 + e2fe134 commit e3efbec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ dependencies, then issue the commands:

::

wget https://pypi.python.org/packages/source/p/pystan/pystan-2.16.0.0.tar.gz
wget https://pypi.python.org/packages/source/p/pystan/pystan-2.17.0.0.tar.gz
# alternatively, use curl, or a web browser
tar zxvf pystan-2.16.0.0.tar.gz
cd pystan-2.16.0.0
tar zxvf pystan-2.17.0.0.tar.gz
cd pystan-2.17.0.0
python setup.py install
cd .. # change out of the source directory before importing pystan

Expand Down
2 changes: 1 addition & 1 deletion pystan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
logging.basicConfig(level=logging.INFO)

# following PEP 386
__version__ = '2.16.0.1dev'
__version__ = '2.17.0.0'

0 comments on commit e3efbec

Please sign in to comment.