Skip to content

Commit efef3f5

Browse files
committed
release
1 parent f5cf012 commit efef3f5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ccy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Python currencies"""
22

3-
__version__ = "1.4.0"
3+
__version__ = "1.4.1"
44

55

66
from .core.country import (

ccy/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ccy"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
description = "Python currencies"
55
authors = ["Luca Sbardella <luca@quantmind.com>"]
66
license = "BSD"

0 commit comments

Comments
 (0)