Skip to content

Commit a397b31

Browse files
authored
build: bump version number (#64)
1 parent 8b94b1e commit a397b31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Like before, column/feature names must follow our [naming conventions](https://k
109109
month = jan,
110110
title = {{tclf} -- trade classification with python},
111111
url = {https://github.com/KarelZe/tclf},
112-
version = {0.0.4},
112+
version = {0.0.5},
113113
year = {2024}
114114
}
115115
```

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Like before, column/feature names must follow our [naming conventions](https://k
109109
month = jan,
110110
title = {{tclf} -- trade classification with python},
111111
url = {https://github.com/KarelZe/tclf},
112-
version = {0.0.4},
112+
version = {0.0.5},
113113
year = {2024}
114114
}
115115
```

src/tclf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)