Skip to content

Commit

Permalink
Added new version (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
canimus authored Mar 23, 2024
1 parent 8076747 commit b8c79bb
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 @@ -12,7 +12,7 @@
from toolz.curried import map as map_curried

logger = logging.getLogger("cuallee")
__version__ = "0.9.1"
__version__ = "0.9.2"
# Verify Libraries Available
# ==========================
try:
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.9.1"
version = "0.9.2"
authors = [
{ name="Herminio Vazquez", email="canimus@gmail.com"},
{ name="Virginie Grosboillot", email="vestalisvirginis@gmail.com" }
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
name = cuallee
version = 0.9.1
version = 0.9.2
[options]
packages = find:

0 comments on commit b8c79bb

Please sign in to comment.