Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit afe9e4e

Browse files
committed
Bump version to 0.5.0
1 parent 263cc2c commit afe9e4e

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33

44
Here you can see the full list of changes between each BioSPPy release.
55

6+
Version 0.5.0
7+
-------------
8+
9+
Released on August 28th 2017
10+
11+
- Added a simple timing module
12+
- Added methods to help with file manipulations
13+
- Added a logo :camera:
14+
- Added the Matthews Correlation Coefficient as another authentication metric.
15+
- Fixed an issue in the ECG Hamilton algorithm (closes #28)
16+
- Various bug fixes
17+
618
Version 0.4.0
719
-------------
820

biosppy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
:license: BSD 3-clause, see LICENSE for more details.
1010
"""
1111

12-
version = '0.4.0'
12+
version = '0.5.0'

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# serve to show the default.
1414

1515
import sys
16-
import os
17-
import shlex
16+
# import os
17+
# import shlex
1818

1919
# To be able to import to ReadTheDocs
2020
from mock import Mock as MagicMock
@@ -85,7 +85,7 @@ def __getattr__(cls, name):
8585
# built documents.
8686
#
8787
# The short X.Y version.
88-
version = '0.4.0'
88+
version = '0.5.0'
8989
# The full version, including alpha/beta/rc tags.
9090
release = version
9191

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def get_version(path):
5656
'Programming Language :: Python',
5757
'Programming Language :: Python :: 2.7',
5858
'Programming Language :: Python :: 3.5',
59+
'Programming Language :: Python :: 3.6',
5960
'Topic :: Software Development :: Libraries :: Python Modules',
6061
'Topic :: Education',
6162
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)