Skip to content

Commit

Permalink
Merge pull request #23 from wtq2255/master
Browse files Browse the repository at this point in the history
Fix the v0.1.5 bug
  • Loading branch information
wtq2255 authored Apr 25, 2023
2 parents f9daefe + ed8f755 commit b2c0eff
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 51 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ build/
scripts/android
scripts/windows
python/audioflux/lib
.DS_Store*

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.1.5" %}
{% set version = "0.1.6" %}

package:
name: audioflux
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
ChangeLog
=========
v0.1.6
------
* Fix bug:
* Fix the v0.1.5 bug.
* Fix conda bug for macOS.

v0.1.5
------
Expand Down
2 changes: 1 addition & 1 deletion python/audioflux/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__title__ = 'audioflux'
__description__ = 'A library for audio and music analysis, feature extraction.'
__version__ = '0.1.5'
__version__ = '0.1.6'
Loading

0 comments on commit b2c0eff

Please sign in to comment.