We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8b9e9 commit 4123a84Copy full SHA for 4123a84
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "streamdaq"
7
-version = "0.5.0"
+version = "0.5.1"
8
description = "Plug-and-play real-time quality monitoring for data streams!"
9
authors = [
10
{name = "Vassilis Papastergios", email = "papster@csd.auth.gr"},
@@ -84,6 +84,6 @@ max-line-length = 120
84
extend-ignore = "E203,W503"
85
86
[tool.mypy]
87
-python_version = "0.5.0"
+python_version = "0.5.1"
88
warn_return_any = true
89
warn_unused_configs = true
0 commit comments