From c85cf9a4fd995f9a9309cbcf65b342379d9e1001 Mon Sep 17 00:00:00 2001 From: Craig Sanders Date: Wed, 1 May 2024 09:33:23 -0700 Subject: [PATCH] update version to 0.4.1 Summary: Updating version number to cut a stable release Reviewed By: tymmsc Differential Revision: D56792616 fbshipit-source-id: 3f5f4cc7e8dca59adfdfaadab77edde9fd743821 --- aepsych/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aepsych/version.py b/aepsych/version.py index cf3e543ae..a6421b4d5 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.4.0" +__version__ = "0.4.1"