diff --git a/ffn/__init__.py b/ffn/__init__.py index b8544c5..b2db1cc 100644 --- a/ffn/__init__.py +++ b/ffn/__init__.py @@ -8,4 +8,4 @@ core.extend_pandas() -__version__ = "1.0.1" +__version__ = "1.0.2" diff --git a/pyproject.toml b/pyproject.toml index 4fdf4b4..1aefa82 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.1" +version = "1.0.2" readme = "README.md" license = { file = "LICENSE.txt" } requires-python = ">=3.8"