Skip to content

Commit 44eb25e

Browse files
committed
Merge branch 'add_data_processing' of https://github.com/emmanueljordy/python-synthpop into add_data_processing
2 parents 3201629 + 4cbf116 commit 44eb25e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-synthpop"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
description = "Python implementation of the R package synthpop for generating synthetic data"
99
authors = [
1010
{name = "Algorithm Audit"}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="python-synthpop",
8-
version="0.0.1",
8+
version="0.0.2",
99
author="Algorithm Audit",
1010
description="Python implementation of the R package synthpop for generating synthetic data",
1111
long_description=long_description,

0 commit comments

Comments
 (0)