Skip to content

Commit 4662346

Browse files
committed
Bump to version 0.3.9
1 parent 99ec782 commit 4662346

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pip.req import parse_requirements
77
from optparse import Option
88

9-
__version__ = "0.3.8"
9+
__version__ = "0.3.9"
1010
NAME = 'visbrain'
1111
AUTHOR = "Visbrain developpers"
1212
MAINTAINER = "Etienne Combrisson"

visbrain/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from .signal import Signal
2929

3030
__all__ = ['Brain', 'Colorbar', 'Figure', 'Signal', 'Sleep', 'Topo']
31-
__version__ = "0.3.8"
31+
__version__ = "0.3.9"
3232

3333

3434
# PyQt5 crash if an error occured. This small function fix it for all modules

0 commit comments

Comments
 (0)