From cc76fa58cf4180d33d08b8481c8b710cf3ecf7e4 Mon Sep 17 00:00:00 2001 From: "Jason K. Chow" Date: Wed, 18 Dec 2024 18:10:36 +0000 Subject: [PATCH] version bump for 0.6.0 --- aepsych/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aepsych/version.py b/aepsych/version.py index 3d4548ebe..0be9a1e38 100644 --- a/aepsych/version.py +++ b/aepsych/version.py @@ -5,4 +5,4 @@ # This source code is licensed under the license found in the # LICENSE file in the root directory of this source tree. -__version__ = "0.5.1" +__version__ = "0.6.0"