Skip to content

Commit

Permalink
Bump to 0.14.alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Nov 6, 2024
1 parent b958af8 commit 29036e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/usage/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ If you use the [pre-commit framework](https://github.com/pre-commit/pre-commit),
```yaml
repos:
- repo: https://github.com/gauge-sh/tach-pre-commit
rev: v0.14.3 # change this to the latest tag!
rev: v0.14a3 # change this to the latest tag!
hooks:
- id: tach
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tach"
version = "0.14.alpha2"
version = "0.14.alpha3"
authors = [
{ name = "Caelean Barnes", email = "[email protected]" },
{ name = "Evan Doyle", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion python/tach/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import annotations

__version__ = "0.14.alpha2"
__version__ = "0.14.alpha3"

__all__ = ["__version__"]

0 comments on commit 29036e3

Please sign in to comment.