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 fc75239 commit 97b21c1Copy full SHA for 97b21c1
cardioception/__init__.py
@@ -11,4 +11,4 @@
11
"report",
12
]
13
14
-__version__ = "0.4.4"
+__version__ = "0.4.5"
setup.py
@@ -20,7 +20,7 @@ def get_requirements():
20
DISTNAME = "cardioception"
21
MAINTAINER = "Micah Allen"
22
MAINTAINER_EMAIL = "[email protected]"
23
-VERSION = "0.4.4"
+VERSION = "0.4.5"
24
25
if __name__ == "__main__":
26
0 commit comments