Skip to content

Commit

Permalink
Up the version for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Jun 21, 2023
1 parent 4af6019 commit 82cfd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
{% endfor %}
{% else %}
<dd><a href="/graphtage/latest">latest</a></dd>
<dd><a href="/graphtage/v0.2.8">0.2.8</a></dd>
<dd><a href="/graphtage/v0.2.7">0.2.7</a></dd>
<dd><a href="/graphtage/v0.2.6">0.2.6</a></dd>
<dd><a href="/graphtage/v0.2.5">0.2.5</a></dd>
Expand Down
2 changes: 1 addition & 1 deletion graphtage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def git_branch() -> Optional[str]:
"""


__version__: Tuple[Union[int, str], ...] = (0, 2, 7)
__version__: Tuple[Union[int, str], ...] = (0, 2, 8)

if DEV_BUILD:
branch_name = git_branch()
Expand Down

0 comments on commit 82cfd70

Please sign in to comment.