diff --git a/README.md b/README.md index 91cf663..68df00d 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Like before, column/feature names must follow our [naming conventions](https://k month = jan, title = {{tclf} -- trade classification with python}, url = {https://github.com/KarelZe/tclf}, - version = {0.0.3}, + version = {0.0.4}, year = {2024} } ``` diff --git a/docs/index.md b/docs/index.md index 91cf663..68df00d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -109,7 +109,7 @@ Like before, column/feature names must follow our [naming conventions](https://k month = jan, title = {{tclf} -- trade classification with python}, url = {https://github.com/KarelZe/tclf}, - version = {0.0.3}, + version = {0.0.4}, year = {2024} } ``` diff --git a/src/tclf/__init__.py b/src/tclf/__init__.py index 27fdca4..81f0fde 100644 --- a/src/tclf/__init__.py +++ b/src/tclf/__init__.py @@ -1 +1 @@ -__version__ = "0.0.3" +__version__ = "0.0.4"