Skip to content

Commit

Permalink
build: bump version number (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe authored Jan 6, 2024
1 parent 137a72a commit 57af0e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Like before, column/feature names must follow our [naming conventions](https://k
month = jan,
title = {{tclf} -- trade classification with python},
url = {https://github.com/KarelZe/tclf},
version = {0.0.3},
version = {0.0.4},
year = {2024}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Like before, column/feature names must follow our [naming conventions](https://k
month = jan,
title = {{tclf} -- trade classification with python},
url = {https://github.com/KarelZe/tclf},
version = {0.0.3},
version = {0.0.4},
year = {2024}
}
```
Expand Down
2 changes: 1 addition & 1 deletion src/tclf/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3"
__version__ = "0.0.4"

0 comments on commit 57af0e7

Please sign in to comment.