From 9c1acbb6099252860d6bfff96496f500c1c01f40 Mon Sep 17 00:00:00 2001 From: Markus Bilz Date: Sat, 10 Feb 2024 21:40:20 +0100 Subject: [PATCH] =?UTF-8?q?refactor:=20move=20version=20to=20version=20fil?= =?UTF-8?q?e=20=F0=9F=93=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- docs/index.md | 6 +++--- pyproject.toml | 2 +- src/tclf/__init__.py | 1 - version | 1 + 5 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 version diff --git a/README.md b/README.md index 9277729..e265bca 100644 --- a/README.md +++ b/README.md @@ -124,11 +124,11 @@ If you are using the package in publications, please cite as: @software{bilz_tclf_2023, author = {Bilz, Markus}, license = {BSD 3}, - month = jan, + month = nov, title = {{tclf} -- trade classification with python}, url = {https://github.com/KarelZe/tclf}, - version = {0.0.8}, - year = {2024} + version = {0.0.1}, + year = {2023} } ``` diff --git a/docs/index.md b/docs/index.md index 9277729..e265bca 100644 --- a/docs/index.md +++ b/docs/index.md @@ -124,11 +124,11 @@ If you are using the package in publications, please cite as: @software{bilz_tclf_2023, author = {Bilz, Markus}, license = {BSD 3}, - month = jan, + month = nov, title = {{tclf} -- trade classification with python}, url = {https://github.com/KarelZe/tclf}, - version = {0.0.8}, - year = {2024} + version = {0.0.1}, + year = {2023} } ``` diff --git a/pyproject.toml b/pyproject.toml index bffe587..7c0c433 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ dynamic = ["version"] [tool.setuptools.dynamic] -version = {attr = "tclf.__version__"} +version = {file = "version"} [project.urls] "Homepage" = "https://github.com/KarelZe/tclf" diff --git a/src/tclf/__init__.py b/src/tclf/__init__.py index a73339b..e69de29 100644 --- a/src/tclf/__init__.py +++ b/src/tclf/__init__.py @@ -1 +0,0 @@ -__version__ = "0.0.8" diff --git a/version b/version new file mode 100644 index 0000000..d169b2f --- /dev/null +++ b/version @@ -0,0 +1 @@ +0.0.8