Skip to content

Commit

Permalink
v. 0.1.13; removed deprecated matplotlib._contour, replace with conto…
Browse files Browse the repository at this point in the history
…urpy.
  • Loading branch information
justinbois committed Sep 30, 2022
1 parent e49c259 commit b271583
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bebi103/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@

__author__ = """Justin Bois"""
__email__ = "[email protected]"
__version__ = "0.1.12"
__version__ = "0.1.13"
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"codeRepository": "https://github.com/justinbois/bebi103",
"issueTracker": "https://github.com/justinbois/bebi103/issues",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"version": "0.1.12",
"version": "0.1.13",
"author": [
{
"@type": "Person",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cmdstanpy>=0.9.68
contourpy
numpy
numba
xarray
Expand Down

0 comments on commit b271583

Please sign in to comment.