Skip to content

Commit 97b21c1

Browse files
committed
Bump version to 0.4.5
1 parent fc75239 commit 97b21c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cardioception/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"report",
1212
]
1313

14-
__version__ = "0.4.4"
14+
__version__ = "0.4.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_requirements():
2020
DISTNAME = "cardioception"
2121
MAINTAINER = "Micah Allen"
2222
MAINTAINER_EMAIL = "[email protected]"
23-
VERSION = "0.4.4"
23+
VERSION = "0.4.5"
2424

2525
if __name__ == "__main__":
2626

0 commit comments

Comments
 (0)