Skip to content

Commit 83a3355

Browse files
authored
release: 1.1.0 (#139)
1 parent 3155183 commit 83a3355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0rc0"
15+
__version__ = "1.1.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.1.0rc0"
3+
version = "1.1.0"
44
description = "PyDeequ - Unit Tests for Data"
55
authors = ["Calvin Wang <[email protected]>"]
66
maintainers = ["Calvin Wang <[email protected]>"]

0 commit comments

Comments
 (0)