Skip to content

Commit

Permalink
Added proper versions to support new syntax (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
canimus authored Sep 13, 2024
1 parent c368ac5 commit c0e9e27
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.14.0"
__version__ = "0.14.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.14.0"
version = "0.14.1"

authors = [
{ name="Herminio Vazquez", email="[email protected]"},
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.14.0
version = 0.14.1
[options]
packages = find:
include_package_data = True

0 comments on commit c0e9e27

Please sign in to comment.