From 2fe8c6a3720825ba51aa1e4c69c55e2b5da8cce1 Mon Sep 17 00:00:00 2001 From: Markus Bilz Date: Sun, 4 Feb 2024 12:29:51 +0100 Subject: [PATCH] chore: bump version for new pypi upload --- 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 e506fe2..9277729 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.7}, + version = {0.0.8}, year = {2024} } ``` diff --git a/docs/index.md b/docs/index.md index e506fe2..9277729 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.7}, + version = {0.0.8}, year = {2024} } ``` diff --git a/src/tclf/__init__.py b/src/tclf/__init__.py index 6526deb..a73339b 100644 --- a/src/tclf/__init__.py +++ b/src/tclf/__init__.py @@ -1 +1 @@ -__version__ = "0.0.7" +__version__ = "0.0.8"