From 69a1f950491996431de4093c685d068f3b02a34a Mon Sep 17 00:00:00 2001 From: blakeaw Date: Thu, 18 Jul 2024 18:05:16 -0500 Subject: [PATCH] Incremented the version number from 0.3.1 to 0.3.2. --- src/pysb/pkpd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pysb/pkpd/__init__.py b/src/pysb/pkpd/__init__.py index c2e1742..906a620 100644 --- a/src/pysb/pkpd/__init__.py +++ b/src/pysb/pkpd/__init__.py @@ -5,4 +5,4 @@ from .macros import * from .util import simulate -__version__ = '0.3.1' \ No newline at end of file +__version__ = '0.3.2' \ No newline at end of file