Skip to content

Commit

Permalink
Feature tag 0132 (#311)
Browse files Browse the repository at this point in the history
* Added new versions for tools

* Added pre-commit toolset for previous validations

* Bump version
  • Loading branch information
canimus authored Sep 5, 2024
1 parent e4b1e73 commit 766701d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cuallee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from toolz.curried import map as map_curried

logger = logging.getLogger("cuallee")
__version__ = "0.13.1"
__version__ = "0.13.2"
# Verify Libraries Available
# ==========================
try:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cuallee"
version = "0.13.1"
version = "0.13.2"
authors = [
{ name="Herminio Vazquez", email="[email protected]"},
{ name="Virginie Grosboillot", email="[email protected]" }
Expand Down Expand Up @@ -66,7 +66,7 @@ pdf = [
"fpdf2==2.7.9"
]
daft = [
"getdaft == 0.2.29"
"getdaft == 0.3.2"
]
all = [
"cuallee[dev,pyspark,pyspark_connect,snowpark,pandas,bigquery,duckdb,polars,test,dagster,cloud,pdf,daft]"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = cuallee
version = 0.13.1
version = 0.13.2
[options]
packages = find:
include_package_data = True

0 comments on commit 766701d

Please sign in to comment.