Skip to content

Commit 8a8ba49

Browse files
authored
chore: prepare 0.5.0 release (#89)
1 parent d6f5909 commit 8a8ba49

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/source/vw_versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ The package also exports both the VW version and commit used which can be read u
1414
| `0.3.0` | `9.7.0` | [`2238d70`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/2238d7053f1f86cb8db6224d65e6e34cff10381e) |
1515
| `0.4.0` | `9.8.0` | [`4715756`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/4715756) |
1616
| `0.4.1` | `9.8.0` | [`b8c4ee3`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/b8c4ee3) |
17+
| `0.5.0` | `9.8.0` | [`b8c4ee3`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/b8c4ee3) |

src/vowpal_wabbit_next/_core.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,6 @@ def _write_cache_example(workspace: Workspace, example: Example, file: object) -
511511
pass
512512
def _write_cache_header(workspace: Workspace, file: object) -> None:
513513
pass
514-
__version__ = '0.4.1'
514+
__version__ = '0.5.0'
515515
_vw_commit = 'b8c4ee3'
516516
_vw_version = '9.8.0'

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.1
1+
0.5.0

0 commit comments

Comments
 (0)