Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
added arviz dependency
  • Loading branch information
Immudzen committed Feb 11, 2022
1 parent e2dfc33 commit c1374b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CADETMatch/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
__email__ = "[email protected]"
__license__ = "GNU General Public License v3 (GPLv3)"
__copyright__ = "2020 %s" % __author__
__version__ = "0.8.14"
__version__ = "0.8.15"
__uri__ = "https://github.com/modsim/CADET-Match"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
'jstyleson>=0.0.2',
'attrs>=21.2.0',
'filelock',
'numba'
'numba',
'arviz>=0.11.2'
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit c1374b3

Please sign in to comment.