Skip to content

Commit ead5a78

Browse files
authored
chore: release 1.1.0rc0 (#135)
* chore: release 1.1.0rc0 * bump min Python version to 3.7 * test: remove test on versions
1 parent 0248fe3 commit ead5a78

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
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.0.1"
15+
__version__ = "1.1.0rc0"
1616

1717
from pyspark.sql import SparkSession
1818

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydeequ"
3-
version = "1.0.1"
3+
version = "1.1.0rc0"
44
description = "PyDeequ - Unit Tests for Data"
55
authors = ["Calvin Wang <[email protected]>"]
66
maintainers = ["Calvin Wang <[email protected]>"]
@@ -28,7 +28,7 @@ classifiers = [
2828

2929

3030
[tool.poetry.dependencies]
31-
python = ">=3.6.2,<4"
31+
python = ">=3.7,<4"
3232
numpy = ">=1.14.1"
3333
pandas = ">=0.23.0"
3434
pyspark = { version = ">=2.4.7, <3.3.0", optional = true }

tests/test_pydeequ.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)