From 5ce992865b04e292f01a5ad00cad95716f47d67e Mon Sep 17 00:00:00 2001 From: Markus Bilz Date: Mon, 15 Jan 2024 16:21:12 +0100 Subject: [PATCH] chore: bump version number to 0.0.6 (#83) --- 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 dc79485..20e2859 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.5}, + version = {0.0.6}, year = {2024} } ``` diff --git a/docs/index.md b/docs/index.md index dc79485..20e2859 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.5}, + version = {0.0.6}, year = {2024} } ``` diff --git a/src/tclf/__init__.py b/src/tclf/__init__.py index b1a19e3..034f46c 100644 --- a/src/tclf/__init__.py +++ b/src/tclf/__init__.py @@ -1 +1 @@ -__version__ = "0.0.5" +__version__ = "0.0.6"