From ccf2e54e559ce7563ca9c19b144ab8d41986e1fb Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Tue, 29 Oct 2024 18:22:01 +0100 Subject: [PATCH] fix: Name is actually microdf-python on PyPI distributions --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 22710c7..0fe8312 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ from setuptools import setup setup( - name="microdf", - version="0.4.2", + name="microdf-python", + version="0.4.3", description="Survey microdata as DataFrames.", url="http://github.com/PSLmodels/microdf", author="Max Ghenis",