Skip to content

Commit

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

__version__ = "0.2.0"

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.0",
author="Chris Robinson",
author_email="c.f.robinson@sussex.ac.uk",
description="(another) Python Bayesian Network library",
Expand Down

0 comments on commit ab21438

Please sign in to comment.