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 417797e commit d42f383Copy full SHA for d42f383
setup.py
@@ -8,11 +8,11 @@
8
from setuptools import Command
9
10
MAJOR = 0
11
-MINOR = 8
12
-MICRO = 2
13
-ISRELEASED = False
+MINOR = 9
+MICRO = 0
+ISRELEASED = True
14
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
15
-QUALIFIER = ''
+QUALIFIER = 'rc1'
16
17
18
DISTNAME = 'xarray'
@@ -29,7 +29,6 @@
29
'Programming Language :: Python :: 2',
30
'Programming Language :: Python :: 2.7',
31
'Programming Language :: Python :: 3',
32
- 'Programming Language :: Python :: 3.3',
33
'Programming Language :: Python :: 3.4',
34
'Programming Language :: Python :: 3.5',
35
'Topic :: Scientific/Engineering',
0 commit comments