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

Commit e3efbec

Browse files
authored
Merge pull request #386 from ariddell/develop
chore: update version number, number in docs
2 parents c024ec7 + e2fe134 commit e3efbec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ dependencies, then issue the commands:
4343

4444
::
4545

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

pystan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
logging.basicConfig(level=logging.INFO)
1818

1919
# following PEP 386
20-
__version__ = '2.16.0.1dev'
20+
__version__ = '2.17.0.0'

0 commit comments

Comments
 (0)