Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoffle committed Dec 17, 2020
1 parent 5d0a568 commit 7b961d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions baynet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from typing import Any
from baynet.structure import DAG

__version__ = "0.2.2"


class Graph(DAG):
"""Temporary thin wrapper to preserve old API."""
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run(self) -> None:
setup(
cmdclass={"install": CustomInstallCommand, "develop": CustomDevelopCommand},
name="BayNet",
version="0.0.2-dev",
version="0.2.2",
author="Chris Robinson",
author_email="[email protected]",
description="(another) Python Bayesian Network library",
Expand All @@ -59,6 +59,7 @@ def run(self) -> None:
"pandas >= 0.25",
"protobuf",
"graphviz",
"pyparsing",
],
extras_require={
"dev": [
Expand Down

0 comments on commit 7b961d0

Please sign in to comment.