Skip to content

Commit

Permalink
chore: release 1.1.0rc0 (#135)
Browse files Browse the repository at this point in the history
* chore: release 1.1.0rc0

* bump min Python version to 3.7

* test: remove test on versions
  • Loading branch information
chenliu0831 authored Jun 19, 2023
1 parent 0248fe3 commit ead5a78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 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.0.1"
__version__ = "1.1.0rc0"

from pyspark.sql import SparkSession

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydeequ"
version = "1.0.1"
version = "1.1.0rc0"
description = "PyDeequ - Unit Tests for Data"
authors = ["Calvin Wang <calviwan@amazon.com>"]
maintainers = ["Calvin Wang <calviwan@amazon.com>"]
Expand Down Expand Up @@ -28,7 +28,7 @@ classifiers = [


[tool.poetry.dependencies]
python = ">=3.6.2,<4"
python = ">=3.7,<4"
numpy = ">=1.14.1"
pandas = ">=0.23.0"
pyspark = { version = ">=2.4.7, <3.3.0", optional = true }
Expand Down
7 changes: 0 additions & 7 deletions tests/test_pydeequ.py

This file was deleted.

0 comments on commit ead5a78

Please sign in to comment.