From 5c3a163b10acf85f8d7993561902adf691731e50 Mon Sep 17 00:00:00 2001 From: Ben Stabler Date: Tue, 12 May 2020 09:23:45 -0700 Subject: [PATCH] update package version number as well (#121) --- docs/software.rst | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/software.rst b/docs/software.rst index b44fe9b..9895afc 100644 --- a/docs/software.rst +++ b/docs/software.rst @@ -234,3 +234,5 @@ Release Notes * v0.3.4 - add survey weighting use case * v0.3.5 - add Python 3.5+ support * v0.4 - transfer to ActivitySim.org + * v0.4.1 - package updates + * v0.4.2 - validation script in Python diff --git a/setup.py b/setup.py index 066d571..b23b211 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='populationsim', - version='0.4.1', + version='0.4.2', description='Population Synthesis', author='contributing authors', author_email='ben.stabler@rsginc.com',