diff --git a/ffn/__init__.py b/ffn/__init__.py index 78b2f9d..b8544c5 100644 --- a/ffn/__init__.py +++ b/ffn/__init__.py @@ -8,4 +8,4 @@ core.extend_pandas() -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/pyproject.toml b/pyproject.toml index dd14bcc..9acce72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "ffn" description = "Financial functions for Python" -version = "1.0.0" +version = "1.0.1" readme = "README.md" license = { file = "LICENSE.txt" } requires-python = ">=3.8"