From 17aa2325055eacebc051f6a8b8e92753c182a763 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 31 Mar 2020 13:03:37 +0100 Subject: [PATCH] Updated version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e1990a..a7c2958 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="BayNet", - version="0.0.2-dev", + version="0.1.2", author="Chris Robinson", author_email="c.f.robinson@sussex.ac.uk", description="(another) Python Bayesian Network library",