From e7e7f3213608533d29210ffc105fa4d4158c5da7 Mon Sep 17 00:00:00 2001 From: Brian Drawert Date: Wed, 8 Sep 2021 13:26:20 -0700 Subject: [PATCH] v2.4.1 --- __version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__version__.py b/__version__.py index 124e6784c9..93d8b3f6da 100644 --- a/__version__.py +++ b/__version__.py @@ -5,7 +5,7 @@ # @website https://github.com/stochss/stochss # ============================================================================= -__version__ = '2.4' +__version__ = '2.4.1' __title__ = 'StochSS' __description__ = 'StochSS is an integrated development environment (IDE) \ for simulation of biochemical networks.'