Skip to content

Commit

Permalink
chore: prepare 0.7.0 release (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Oct 5, 2023
1 parent 6902173 commit a70182f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/vw_versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ The package also exports both the VW version and commit used which can be read u
| `0.4.0` | `9.8.0` | [`4715756`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/4715756) |
| `0.4.1` | `9.8.0` | [`b8c4ee3`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/b8c4ee3) |
| `0.5.0` | `9.8.0` | [`b8c4ee3`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/b8c4ee3) |
| `0.6.0` | `9.9.0` | [`9db1f5f`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/9db1f5f) |
| `0.7.0` | `9.9.0` | [`9db1f5f`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/9db1f5f) |
2 changes: 1 addition & 1 deletion src/vowpal_wabbit_next/_core.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,6 @@ def _write_cache_example(workspace: Workspace, example: Example, file: object) -
pass
def _write_cache_header(workspace: Workspace, file: object) -> None:
pass
__version__ = '0.6.0'
__version__ = '0.7.0'
_vw_commit = '9db1f5f'
_vw_version = '9.9.0'
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0

0 comments on commit a70182f

Please sign in to comment.