Skip to content

Commit dc20734

Browse files
Update version to 1.6.0 (#280)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5700589 commit dc20734

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.2.0"
15+
__version__ = "1.6.0"
1616

1717
from pyspark.sql import SparkSession
1818

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydeequ"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
description = "PyDeequ - Unit Tests for Data"
55
authors = ["Chenyang Liu <peterl@amazon.com>", "Rahul Sharma <rdsharma@amazon.com>"]
66
maintainers = ["Chenyang Liu <peterl@amazon.com>","Rahul Sharma <rdsharma@amazon.com>"]

0 commit comments

Comments
 (0)