Skip to content

Commit 1b92db4

Browse files
committed
Release v0.8.2
1 parent 0df70ec commit 1b92db4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
MAJOR = 0
1111
MINOR = 8
12-
MICRO = 1
13-
ISRELEASED = False
12+
MICRO = 2
13+
ISRELEASED = True
1414
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1515
QUALIFIER = ''
1616

@@ -38,9 +38,6 @@
3838
INSTALL_REQUIRES = ['numpy >= 1.7', 'pandas >= 0.15.0']
3939
TESTS_REQUIRE = ['pytest >= 2.7.1']
4040

41-
if sys.version_info[:2] < (2, 7):
42-
TESTS_REQUIRE += ["unittest2 == 0.5.1"]
43-
4441
DESCRIPTION = "N-D labeled arrays and datasets in Python"
4542
LONG_DESCRIPTION = """
4643
**xarray** (formerly **xray**) is an open source project and Python package

0 commit comments

Comments
 (0)