Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Oct 6, 2017
1 parent f3dc673 commit 70cd779
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/history.rst
Expand Up @@ -2,7 +2,7 @@
History
=======

x.x.x (xxxx-xx-xx)
0.5.0 (2017-10-06)
------------------

* Generalized the analysis and synthesis methods into the filter method.
Expand Down
4 changes: 2 additions & 2 deletions pygsp/__init__.py
Expand Up @@ -30,5 +30,5 @@

_utils.import_modules(__all__[::-1], 'pygsp', 'pygsp')

__version__ = '0.4.2'
__release_date__ = '2017-04-27'
__version__ = '0.5.0'
__release_date__ = '2017-10-06'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

setup(
name='PyGSP',
version='0.4.2',
version='0.5.0',
description='Graph Signal Processing in Python',
long_description=open('README.rst').read(),
author='EPFL LTS2',
Expand Down

0 comments on commit 70cd779

Please sign in to comment.