Skip to content

Commit cf0a01c

Browse files
authored
Bump version in pyproject.toml
1 parent e247811 commit cf0a01c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sag-py-fastapi-health"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "A library for fastapi health checks"
55
authors = ["Samhammer AG"]
66
license = "MIT"
@@ -31,4 +31,5 @@ requires = ["setuptools>=61.0"]
3131
build-backend = "setuptools.build_meta"
3232

3333
[tool.pytest.ini_options]
34-
asyncio_default_fixture_loop_scope = "function"
34+
35+
asyncio_default_fixture_loop_scope = "function"

0 commit comments

Comments
 (0)