Skip to content

Commit d99c27a

Browse files
authored
chore: bump version for new pypi upload (#92)
1 parent a92459e commit d99c27a

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
@@ -127,7 +127,7 @@ If you are using the package in publications, please cite as:
127127
month = jan,
128128
title = {{tclf} -- trade classification with python},
129129
url = {https://github.com/KarelZe/tclf},
130-
version = {0.0.7},
130+
version = {0.0.8},
131131
year = {2024}
132132
}
133133
```

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ If you are using the package in publications, please cite as:
127127
month = jan,
128128
title = {{tclf} -- trade classification with python},
129129
url = {https://github.com/KarelZe/tclf},
130-
version = {0.0.7},
130+
version = {0.0.8},
131131
year = {2024}
132132
}
133133
```

src/tclf/__init__.py

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

0 commit comments

Comments
 (0)