diff --git a/ffn/__init__.py b/ffn/__init__.py index 59e76ab..5383983 100644 --- a/ffn/__init__.py +++ b/ffn/__init__.py @@ -8,4 +8,4 @@ core.extend_pandas() -__version__ = "1.0.4" +__version__ = "1.1.0" diff --git a/pyproject.toml b/pyproject.toml index c9b1729..eb59fde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "ffn" description = "Financial functions for Python" -version = "1.0.4" +version = "1.1.0" readme = "README.md" license = { file = "LICENSE.txt" } requires-python = ">=3.8"