We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d7a1d commit 6467e33Copy full SHA for 6467e33
setup.py
@@ -5,10 +5,10 @@
5
setup(
6
name='bayesloop',
7
packages=['bayesloop'],
8
- version='1.5.1',
+ version='1.5.2',
9
description='Probabilistic programming framework that facilitates objective model selection for time-varying parameter models.',
10
url='http://bayesloop.com',
11
- download_url = 'https://github.com/christophmark/bayesloop/tarball/1.5.1',
+ download_url = 'https://github.com/christophmark/bayesloop/tarball/1.5.2',
12
author='Christoph Mark',
13
author_email='christoph.mark@fau.de',
14
license='The MIT License (MIT)',
0 commit comments