Skip to content

Commit

Permalink
Bump to version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-westfall committed Jan 17, 2017
1 parent d750e89 commit 1fca600
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.0.5 (January 17, 2017)
* Weakly informative default priors now work the same for all response families & link functions
* Minor bug fixes/tweaks

## 0.0.4 (October 11, 2016)
* Fixes referencing of Theano ops after PyMC3 namespace clean-up
* Added example Jupyter notebooks
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages
from os.path import join, dirname

__version__ = '0.0.4'
__version__ = '0.0.5'

if len(set(('test', 'easy_install')).intersection(sys.argv)) > 0:
import setuptools
Expand Down

0 comments on commit 1fca600

Please sign in to comment.