We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93370b commit 535eca6Copy full SHA for 535eca6
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "biopsykit"
3
-version = "0.5.1-alpha.4"
+version = "0.5.1-alpha.5"
4
description = "A Python package for the analysis of biopsychological data."
5
authors = [
6
"Robert Richer <[email protected]>",
src/biopsykit/__init__.py
@@ -38,7 +38,7 @@
38
"utils",
39
]
40
41
-__version__ = "0.5.1-alpha.4"
+__version__ = "0.5.1-alpha.5"
42
43
44
def version() -> None:
0 commit comments