Skip to content

Commit 7d90b69

Browse files
committed
Bump version and tag for release.
1 parent 8ae3555 commit 7d90b69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="whynot",
5-
version="0.11.1",
5+
version="0.12.0",
66
author="John Miller",
77
author_email="miller_john@berkeley.edu",
88
description="A framework for benchmarking causal inference.",

whynot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""whynot package initialization."""
22

3-
__version__ = "0.11.1"
3+
__version__ = "0.12.0"
44
from whynot.algorithms import *
55
from whynot.simulators import *
66
from whynot import causal_graphs, dynamics, framework

0 commit comments

Comments
 (0)