Skip to content

Commit 39ff86d

Browse files
authored
Merge pull request #53 from MaxGhenis/master
Bump version and update authorship
2 parents 9d0237e + 6cfbc5a commit 39ff86d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
setup(
44
name="synthimpute",
5-
version="0.2.0",
5+
version="0.3.0",
66
description="Python package for data synthesis and imputation using parametric and nonparametric methods, and evaluation of these methods.",
7-
url="http://github.com/PSLmodels/synthimpute",
7+
url="http://github.com/PolicyEngine/synthimpute",
88
author="Max Ghenis",
9-
author_email="[email protected]",
9+
author_email="[email protected]",
1010
license="MIT",
1111
packages=["synthimpute"],
1212
install_requires=[

0 commit comments

Comments
 (0)