From 85f48ac16716a3e27e4cdf0fc197029a934b5c55 Mon Sep 17 00:00:00 2001 From: bstabler Date: Mon, 14 Jun 2021 14:41:16 -0700 Subject: [PATCH] pip package has some unnecessary trace files so increment version to be able to upload updated package --- activitysim/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activitysim/__init__.py b/activitysim/__init__.py index ae6984b5e..97740e066 100644 --- a/activitysim/__init__.py +++ b/activitysim/__init__.py @@ -2,5 +2,5 @@ # See full license in LICENSE.txt. -__version__ = '1.0' +__version__ = '1.0.1' __doc__ = 'Activity-Based Travel Modeling'