Skip to content

Commit 70cd779

Browse files
committed
version 0.5.0
1 parent f3dc673 commit 70cd779

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: doc/history.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
x.x.x (xxxx-xx-xx)
5+
0.5.0 (2017-10-06)
66
------------------
77

88
* Generalized the analysis and synthesis methods into the filter method.

Diff for: pygsp/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030

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

33-
__version__ = '0.4.2'
34-
__release_date__ = '2017-04-27'
33+
__version__ = '0.5.0'
34+
__release_date__ = '2017-10-06'

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='PyGSP',
9-
version='0.4.2',
9+
version='0.5.0',
1010
description='Graph Signal Processing in Python',
1111
long_description=open('README.rst').read(),
1212
author='EPFL LTS2',

0 commit comments

Comments
 (0)