Skip to content

Commit 83a037c

Browse files
committed
Bumping version
1 parent 6f8b4bf commit 83a037c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
URL = 'http://pysurfer.github.com'
1818
LICENSE = 'BSD (3-clause)'
1919
DOWNLOAD_URL = 'https://github.com/nipy/PySurfer'
20-
VERSION = '0.3.git'
20+
VERSION = '0.3'
2121

2222
import setuptools # we are using a setuptools namespace
2323
from numpy.distutils.core import setup

surfer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from io import Surface
22
from viz import Brain, TimeViewer
33

4-
__version__ = "0.2"
4+
__version__ = "0.3"

0 commit comments

Comments
 (0)