We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8b4bf commit 83a037cCopy full SHA for 83a037c
setup.py
@@ -17,7 +17,7 @@
17
URL = 'http://pysurfer.github.com'
18
LICENSE = 'BSD (3-clause)'
19
DOWNLOAD_URL = 'https://github.com/nipy/PySurfer'
20
-VERSION = '0.3.git'
+VERSION = '0.3'
21
22
import setuptools # we are using a setuptools namespace
23
from numpy.distutils.core import setup
surfer/__init__.py
@@ -1,4 +1,4 @@
1
from io import Surface
2
from viz import Brain, TimeViewer
3
4
-__version__ = "0.2"
+__version__ = "0.3"
0 commit comments