Skip to content

Commit 6fd6638

Browse files
author
Calvin Wang
committed
Pull from master
2 parents e5efd68 + 6ee23cf commit 6fd6638

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
def setup_package():
77
setup(
88
name='pydeequ',
9-
version="0.1.5",
9+
version="0.1.6",
1010
author="PyDeequ Developers",
11-
author_email="cghyzel@amazon.com",
11+
author_email="calviwan@amazon.com",
1212
description="Python API for Deequ",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

tutorials/hasPattern_check.ipynb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
"metadata": {},
2323
"outputs": [],
2424
"source": [
25-
"# import pydeequ\n",
26-
"\n",
27-
"import sys\n",
28-
"sys.path.append(\"/Users/calviwan/Desktop/myProjects/python-deequ\")\n",
2925
"import pydeequ\n",
3026
"\n",
3127
"from pyspark.sql import SparkSession, Row\n",

0 commit comments

Comments
 (0)