Skip to content

Commit 535eca6

Browse files
committed
pre-alpha version bump
1 parent f93370b commit 535eca6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "biopsykit"
3-
version = "0.5.1-alpha.4"
3+
version = "0.5.1-alpha.5"
44
description = "A Python package for the analysis of biopsychological data."
55
authors = [
66
"Robert Richer <[email protected]>",

src/biopsykit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"utils",
3939
]
4040

41-
__version__ = "0.5.1-alpha.4"
41+
__version__ = "0.5.1-alpha.5"
4242

4343

4444
def version() -> None:

0 commit comments

Comments
 (0)