We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3155183 commit 83a3355Copy full SHA for 83a3355
2 files changed
pydeequ/__init__.py
@@ -12,7 +12,7 @@
12
# ANY KIND, either express or implied. See the License for the specific
13
# language governing permissions and limitations under the License.
14
"""Placeholder docstrings"""
15
-__version__ = "1.1.0rc0"
+__version__ = "1.1.0"
16
17
from pyspark.sql import SparkSession
18
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pydeequ"
3
-version = "1.1.0rc0"
+version = "1.1.0"
4
description = "PyDeequ - Unit Tests for Data"
5
authors = ["Calvin Wang <calviwan@amazon.com>"]
6
maintainers = ["Calvin Wang <calviwan@amazon.com>"]
0 commit comments