From bb9338970c30680d92e1c5385e087eee9c046100 Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Tue, 29 Oct 2024 18:05:39 +0100 Subject: [PATCH] fix: Update version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a6f0d6..22710c7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="microdf", - version="0.3.1", + version="0.4.2", description="Survey microdata as DataFrames.", url="http://github.com/PSLmodels/microdf", author="Max Ghenis",