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 0df70ec commit 1b92db4Copy full SHA for 1b92db4
setup.py
@@ -9,8 +9,8 @@
9
10
MAJOR = 0
11
MINOR = 8
12
-MICRO = 1
13
-ISRELEASED = False
+MICRO = 2
+ISRELEASED = True
14
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
15
QUALIFIER = ''
16
@@ -38,9 +38,6 @@
38
INSTALL_REQUIRES = ['numpy >= 1.7', 'pandas >= 0.15.0']
39
TESTS_REQUIRE = ['pytest >= 2.7.1']
40
41
-if sys.version_info[:2] < (2, 7):
42
- TESTS_REQUIRE += ["unittest2 == 0.5.1"]
43
-
44
DESCRIPTION = "N-D labeled arrays and datasets in Python"
45
LONG_DESCRIPTION = """
46
**xarray** (formerly **xray**) is an open source project and Python package
0 commit comments