From 964ee009f81f2fe14e908ed8a3f1881f04d07127 Mon Sep 17 00:00:00 2001 From: bstabler Date: Tue, 20 Oct 2020 12:55:41 -0700 Subject: [PATCH] increment version --- activitysim/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activitysim/__init__.py b/activitysim/__init__.py index 392063b47..466ba3127 100644 --- a/activitysim/__init__.py +++ b/activitysim/__init__.py @@ -1,5 +1,5 @@ # ActivitySim # See full license in LICENSE.txt. -__version__ = '0.9.5.1' +__version__ = '0.9.5.2' __doc__ = 'Activity-Based Travel Modeling'