Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente committed Dec 7, 2020
1 parent 377892b commit a633b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asteroid_filterbanks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .melgram_fb import MelGramFB


__version__ = "0.3.0"
__version__ = "0.3.1"


def make_enc_dec(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

asteroid_version = "0.3.0"
asteroid_version = "0.3.1"

with open("README.md", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down

0 comments on commit a633b94

Please sign in to comment.