Skip to content

Commit

Permalink
Added new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Herminio Vazquez committed Nov 15, 2024
1 parent 0386f94 commit 053299e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cuallee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from toolz.curried import map as map_curried

logger = logging.getLogger("cuallee")
__version__ = "0.15.0"
__version__ = "0.15.1"


class CustomComputeException(Exception):
Expand Down
2 changes: 1 addition & 1 deletion 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.15.0"
version = "0.15.1"

authors = [
{ name="Herminio Vazquez", email="canimus@gmail.com"},
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.15.0
version = 0.15.1
[options]
packages = find:
include_package_data = True

0 comments on commit 053299e

Please sign in to comment.