diff --git a/datacompy/__init__.py b/datacompy/__init__.py index 25514adf..e5865e71 100644 --- a/datacompy/__init__.py +++ b/datacompy/__init__.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.13.0" +__version__ = "0.13.1" import platform from warnings import warn diff --git a/pyproject.toml b/pyproject.toml index 0c49f5f7..806c7ac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ requires = ["setuptools>=64.0.0"] build-backend = "setuptools.build_meta" [tool.setuptools] -packages = ["datacompy"] +packages = ["datacompy", "datacompy.spark"] zip-safe = false include-package-data = true