Skip to content

Commit

Permalink
refactor: move version to version file 📑
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Feb 10, 2024
1 parent bef20e2 commit 9c1acbb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
```

Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/tclf/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
__version__ = "0.0.8"
1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.8

0 comments on commit 9c1acbb

Please sign in to comment.