Skip to content

Commit

Permalink
Bump version and tag for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
millerjohnp committed Mar 20, 2020
1 parent 8ae3555 commit 7d90b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="whynot",
version="0.11.1",
version="0.12.0",
author="John Miller",
author_email="[email protected]",
description="A framework for benchmarking causal inference.",
Expand Down
2 changes: 1 addition & 1 deletion whynot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""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
Expand Down

0 comments on commit 7d90b69

Please sign in to comment.