We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3201629 + 4cbf116 commit 44eb25eCopy full SHA for 44eb25e
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "python-synthpop"
7
-version = "0.0.1"
+version = "0.0.2"
8
description = "Python implementation of the R package synthpop for generating synthetic data"
9
authors = [
10
{name = "Algorithm Audit"}
setup.py
@@ -5,7 +5,7 @@
setup(
name="python-synthpop",
- version="0.0.1",
+ version="0.0.2",
author="Algorithm Audit",
description="Python implementation of the R package synthpop for generating synthetic data",
11
long_description=long_description,
0 commit comments