Skip to content

Commit

Permalink
Merge pull request #124 from axiomhq/arne/bump-version
Browse files Browse the repository at this point in the history
chore: Bump version to 0.6.0
  • Loading branch information
bahlo authored Sep 9, 2024
2 parents 8801b56 + 40d0609 commit 4b59f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.0"
version = "0.6.0"
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.5.0"
__version__ = "0.6.0"

0 comments on commit 4b59f0f

Please sign in to comment.