Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoffle committed Jan 4, 2021
1 parent 854990d commit f17197f
Show file tree
Hide file tree
Showing 2 changed files with 3 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.3"


class Graph(DAG):
"""Temporary thin wrapper to preserve old API."""
Expand Down
2 changes: 1 addition & 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.3",
author="Chris Robinson",
author_email="c.f.robinson@sussex.ac.uk",
description="(another) Python Bayesian Network library",
Expand Down

0 comments on commit f17197f

Please sign in to comment.