Skip to content

Commit

Permalink
bump version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christophmark committed Dec 4, 2021
1 parent b39f511 commit 445e7f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
setup(
name='bayesloop',
packages=['bayesloop'],
version='1.4',
version='1.5.0',
description='Probabilistic programming framework that facilitates objective model selection for time-varying parameter models.',
url='http://bayesloop.com',
download_url = 'https://github.com/christophmark/bayesloop/tarball/1.4',
download_url = 'https://github.com/christophmark/bayesloop/tarball/1.5.0',
author='Christoph Mark',
author_email='[email protected]',
license='The MIT License (MIT)',
install_requires=['numpy>=1.11.0', 'scipy>=0.17.1', 'sympy>=1.0', 'matplotlib>=1.5.1', 'tqdm>=4.10.0', 'dill>=0.2.5'],
keywords = ['bayes', 'inference', 'fitting', 'model selection', 'hypothesis testing', 'time series', 'time-varying', 'marginal likelihood'],
classifiers = [],
keywords=['bayes', 'inference', 'fitting', 'model selection', 'hypothesis testing', 'time series', 'time-varying', 'marginal likelihood'],
classifiers=[],
)

0 comments on commit 445e7f6

Please sign in to comment.