Skip to content

Commit 053299e

Browse files
author
Herminio Vazquez
committed
Added new version
1 parent 0386f94 commit 053299e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cuallee/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from toolz.curried import map as map_curried
1414

1515
logger = logging.getLogger("cuallee")
16-
__version__ = "0.15.0"
16+
__version__ = "0.15.1"
1717

1818

1919
class CustomComputeException(Exception):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cuallee"
7-
version = "0.15.0"
7+
version = "0.15.1"
88

99
authors = [
1010
{ name="Herminio Vazquez", email="canimus@gmail.com"},

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = cuallee
3-
version = 0.15.0
3+
version = 0.15.1
44
[options]
55
packages = find:
66
include_package_data = True

0 commit comments

Comments
 (0)