Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
New cdflib version
  • Loading branch information
bryan-harter committed Nov 12, 2018
1 parent 5b977e1 commit 40ac406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cdflib/cdfread.py
Expand Up @@ -125,6 +125,8 @@ def __init__(self, path, validate=None):
if self.compressed_file is not None:
self.compressed_file = None

def close(self):
pass

def cdf_info(self):
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = cdflib
version = 0.3.5
version = 0.3.6
author = MAVEN SDC
author_email = mavensdc@lasp.colorado.edu
description = A python CDF reader toolkit
Expand Down

0 comments on commit 40ac406

Please sign in to comment.