Skip to content

Commit

Permalink
chore(release): 1.2.0 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenliu0831 authored Dec 13, 2023
1 parent 0c0e1e4 commit a7ad766
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pydeequ/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.
"""Placeholder docstrings"""
__version__ = "1.1.1"
__version__ = "1.2.0"

from pyspark.sql import SparkSession

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "pydeequ"
version = "1.1.1"
version = "1.2.0"
description = "PyDeequ - Unit Tests for Data"
authors = ["Calvin Wang <calviwan@amazon.com>"]
maintainers = ["Calvin Wang <calviwan@amazon.com>"]
authors = ["Calvin Wang <calviwan@amazon.com>", "Chenyang Liu <peterl@amazon.com>"]
maintainers = ["Calvin Wang <calviwan@amazon.com>", "Chenyang Liu <peterl@amazon.com>"]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://pydeequ.readthedocs.io"
Expand Down

0 comments on commit a7ad766

Please sign in to comment.