From a397b315efd7335f0d0af36111712e25d5191ac0 Mon Sep 17 00:00:00 2001 From: Markus Bilz Date: Sat, 6 Jan 2024 12:46:33 +0100 Subject: [PATCH] build: bump version number (#64) --- README.md | 2 +- docs/index.md | 2 +- src/tclf/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68df00d..6e316d6 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.4}, + version = {0.0.5}, year = {2024} } ``` diff --git a/docs/index.md b/docs/index.md index 68df00d..6e316d6 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.4}, + version = {0.0.5}, year = {2024} } ``` diff --git a/src/tclf/__init__.py b/src/tclf/__init__.py index 81f0fde..b1a19e3 100644 --- a/src/tclf/__init__.py +++ b/src/tclf/__init__.py @@ -1 +1 @@ -__version__ = "0.0.4" +__version__ = "0.0.5"