Skip to content

Commit

Permalink
Bump version: 0.6.4 → 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricege committed Jan 21, 2020
1 parent e9c9abb commit e1d7571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = False
current_version = 0.6.4
current_version = 0.6.5

[bumpversion:file:setup.py]

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from subprocess import CalledProcessError, check_output

PROJECT = "DeepSpectrum"
VERSION = "0.6.4"
VERSION = "0.6.5"
LICENSE = "GPLv3+"
AUTHOR = "Maurice Gerczuk"
AUTHOR_EMAIL = "gerczuk@fim.uni-passau.de"
Expand All @@ -17,7 +17,7 @@
"imread>=0.7.0",
"tqdm>=4.30.0",
"matplotlib>=3.0.2",
"librosa>=0.6.4",
"librosa>=0.6.5",
"click>=7.0",
"Pillow >=6.0.0",
"xarray"
Expand Down
2 changes: 1 addition & 1 deletion src/deepspectrum/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
import sys

logging.basicConfig(stream=sys.stdout, level=logging.INFO)
__version__ = '0.6.4'
__version__ = '0.6.5'

0 comments on commit e1d7571

Please sign in to comment.