Skip to content

Commit 02a6a5e

Browse files
committed
Bump to version 0.3.4
1 parent 38bd211 commit 02a6a5e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
# built documents.
8383
#
8484
# The short X.Y version.
85-
version = '0.3.3'
85+
version = '0.3.4'
8686
# The full version, including alpha/beta/rc tags.
87-
release = '0.3.3'
87+
release = '0.3.4'
8888

8989
# The language for content autogenerated by Sphinx. Refer to documentation
9090
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
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.3"
9+
__version__ = "0.3.4"
1010
NAME = 'visbrain'
1111
AUTHOR = "Visbrain developpers"
1212
MAINTAINER = "Etienne Combrisson"

visbrain/__init__.py

Lines changed: 1 addition & 1 deletion
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.3"
31+
__version__ = "0.3.4"
3232

3333
# PyQt5 crash if an error occured. This small function fix it for all modules
3434
# to retrieve the PyQt4 behavior :

0 commit comments

Comments
 (0)