Skip to content

Commit a7ad766

Browse files
authored
chore(release): 1.2.0 (#177)
1 parent 0c0e1e4 commit a7ad766

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pydeequ/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# ANY KIND, either express or implied. See the License for the specific
1313
# language governing permissions and limitations under the License.
1414
"""Placeholder docstrings"""
15-
__version__ = "1.1.1"
15+
__version__ = "1.2.0"
1616

1717
from pyspark.sql import SparkSession
1818

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tool.poetry]
22
name = "pydeequ"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "PyDeequ - Unit Tests for Data"
5-
authors = ["Calvin Wang <[email protected]>"]
6-
maintainers = ["Calvin Wang <[email protected]>"]
5+
authors = ["Calvin Wang <[email protected]>", "Chenyang Liu <[email protected]>"]
6+
maintainers = ["Calvin Wang <[email protected]>", "Chenyang Liu <[email protected]>"]
77
license = "Apache-2.0"
88
readme = "README.md"
99
homepage = "https://pydeequ.readthedocs.io"

0 commit comments

Comments
 (0)