From f61dc36c4ba86b4c97175e6bc523a8f4952ab1d8 Mon Sep 17 00:00:00 2001 From: Scott Linderman <scott.linderman@gmail.com> Date: Mon, 15 Oct 2018 08:56:58 -0400 Subject: [PATCH] rev version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0824dbf..0acd95f 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ if use_cython: warn('Failed to generate extension module code from Cython files') setup(name='pybasicbayes', - version='0.2.2', + version='0.2.3', description="Basic utilities for Bayesian inference", author='Matthew James Johnson', author_email='mattjj@csail.mit.edu', -- GitLab