Skip to content

Commit d42f383

Browse files
committed
Release 0.9.0rc1
1 parent 417797e commit d42f383

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
from setuptools import Command
99

1010
MAJOR = 0
11-
MINOR = 8
12-
MICRO = 2
13-
ISRELEASED = False
11+
MINOR = 9
12+
MICRO = 0
13+
ISRELEASED = True
1414
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
15-
QUALIFIER = ''
15+
QUALIFIER = 'rc1'
1616

1717

1818
DISTNAME = 'xarray'
@@ -29,7 +29,6 @@
2929
'Programming Language :: Python :: 2',
3030
'Programming Language :: Python :: 2.7',
3131
'Programming Language :: Python :: 3',
32-
'Programming Language :: Python :: 3.3',
3332
'Programming Language :: Python :: 3.4',
3433
'Programming Language :: Python :: 3.5',
3534
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)