Skip to content

Commit 25c4452

Browse files
authored
Merge pull request #170 from axiomhq/update-version
2 parents 7796292 + 4bf24c1 commit 25c4452

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "axiom-py"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "Official bindings for the Axiom API"
55
readme = "README.md"
66
requires-python = ">=3.8"

src/axiom_py/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""The current version"""
22

3-
__version__ = "0.9.0"
3+
__version__ = "0.9.1"

0 commit comments

Comments
 (0)