We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae3555 commit 7d90b69Copy full SHA for 7d90b69
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="whynot",
5
- version="0.11.1",
+ version="0.12.0",
6
author="John Miller",
7
author_email="miller_john@berkeley.edu",
8
description="A framework for benchmarking causal inference.",
whynot/__init__.py
@@ -1,6 +1,6 @@
1
"""whynot package initialization."""
-__version__ = "0.11.1"
+__version__ = "0.12.0"
from whynot.algorithms import *
from whynot.simulators import *
from whynot import causal_graphs, dynamics, framework
0 commit comments