Skip to content

Commit

Permalink
chore: Bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Sep 30, 2024
1 parent 87f09bd commit 1d87cab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "axiom-py"
version = "0.8.0"
version = "0.8.1"
description = "Official bindings for the Axiom API"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/axiom_py/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The current version"""

__version__ = "0.8.0"
__version__ = "0.8.1"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d87cab

Please sign in to comment.