Skip to content

Commit a70182f

Browse files
authored
chore: prepare 0.7.0 release (#101)
1 parent 6902173 commit a70182f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/vw_versions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ The package also exports both the VW version and commit used which can be read u
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) |
1717
| `0.5.0` | `9.8.0` | [`b8c4ee3`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/b8c4ee3) |
18-
| `0.6.0` | `9.9.0` | [`9db1f5f`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/9db1f5f) |
18+
| `0.7.0` | `9.9.0` | [`9db1f5f`](https://github.com/VowpalWabbit/vowpal_wabbit/commits/9db1f5f) |

src/vowpal_wabbit_next/_core.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,6 @@ def _write_cache_example(workspace: Workspace, example: Example, file: object) -
514514
pass
515515
def _write_cache_header(workspace: Workspace, file: object) -> None:
516516
pass
517-
__version__ = '0.6.0'
517+
__version__ = '0.7.0'
518518
_vw_commit = '9db1f5f'
519519
_vw_version = '9.9.0'

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.7.0

0 commit comments

Comments
 (0)