Skip to content

Commit 451bbbb

Browse files
committed
Version 0.9
1 parent a2086a0 commit 451bbbb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nitime/version.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
_version_major = 0
55
_version_minor = 9
66
_version_micro = '' # use '' for first of series, number for 1 and above
7-
_version_extra = 'dev'
8-
# _version_extra = '' # Uncomment this for full releases
7+
# _version_extra = 'dev'
8+
_version_extra = '' # Uncomment this for full releases
99

1010
# Construct full version string from these.
1111
_ver = [_version_major, _version_minor]
@@ -75,20 +75,20 @@
7575
7676
All trademarks referenced herein are property of their respective holders.
7777
78-
Copyright (c) 2006-2016, NIPY Developers
78+
Copyright (c) 2006-2020, NIPY Developers
7979
All rights reserved.
8080
"""
8181

8282
NAME = "nitime"
8383
MAINTAINER = "Nipy Developers"
84-
MAINTAINER_EMAIL = "nipy-devel@neuroimaging.scipy.org"
84+
MAINTAINER_EMAIL = "neuroimaging@python.org"
8585
DESCRIPTION = description
8686
LONG_DESCRIPTION = long_description
8787
URL = "http://nipy.org/nitime"
8888
DOWNLOAD_URL = "http://github.com/nipy/nitime/downloads"
8989
LICENSE = "Simplified BSD"
9090
AUTHOR = "Nitime developers"
91-
AUTHOR_EMAIL = "nipy-devel@neuroimaging.scipy.org"
91+
AUTHOR_EMAIL = "neuroimaging@python.org"
9292
PLATFORMS = "OS Independent"
9393
MAJOR = _version_major
9494
MINOR = _version_minor

0 commit comments

Comments
 (0)