From e9908224c122d1a439808923353a1130c17224bb Mon Sep 17 00:00:00 2001 From: Ben Stabler Date: Tue, 20 Oct 2020 15:00:58 -0700 Subject: [PATCH] increment version (#129) * update package version number as well * Allow non-binary incidence (#123) * Allow non-binary incidence * style * update tests to pass * add some progress indication * tidy up validation script, use histogram for a histogram * fix render and some typos * increment version Co-authored-by: Jamie Cook --- docs/software.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/software.rst b/docs/software.rst index 9895afc..21fbf4b 100644 --- a/docs/software.rst +++ b/docs/software.rst @@ -236,3 +236,4 @@ Release Notes * v0.4 - transfer to ActivitySim.org * v0.4.1 - package updates * v0.4.2 - validation script in Python + * v0.4.3 - allow non-binary incidence \ No newline at end of file diff --git a/setup.py b/setup.py index b23b211..397a795 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='populationsim', - version='0.4.2', + version='0.4.3', description='Population Synthesis', author='contributing authors', author_email='ben.stabler@rsginc.com',