From a92459e1941d21b72ea2e108e213ce54e984f3e1 Mon Sep 17 00:00:00 2001 From: Markus Bilz Date: Sun, 4 Feb 2024 14:15:05 +0300 Subject: [PATCH] chore: bump version (#91) --- 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 20e2859..e506fe2 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ If you are using the package in publications, please cite as: month = jan, title = {{tclf} -- trade classification with python}, url = {https://github.com/KarelZe/tclf}, - version = {0.0.6}, + version = {0.0.7}, year = {2024} } ``` diff --git a/docs/index.md b/docs/index.md index 20e2859..e506fe2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -127,7 +127,7 @@ If you are using the package in publications, please cite as: month = jan, title = {{tclf} -- trade classification with python}, url = {https://github.com/KarelZe/tclf}, - version = {0.0.6}, + version = {0.0.7}, year = {2024} } ``` diff --git a/src/tclf/__init__.py b/src/tclf/__init__.py index 034f46c..6526deb 100644 --- a/src/tclf/__init__.py +++ b/src/tclf/__init__.py @@ -1 +1 @@ -__version__ = "0.0.6" +__version__ = "0.0.7"