Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Apr 30, 2024
1 parent 04a35f0 commit 9232b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecmwf/opendata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .client import Client

__version__ = "0.3.5"
__version__ = "0.3.6"

__all__ = ["Client"]
2 changes: 1 addition & 1 deletion tests/test_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_sources_3(source):


@pytest.mark.parametrize("source", SOURCES)
def test_sources_4(source):
def xxx_test_sources_4(source):
client = Client(source)
client.retrieve(
time=0,
Expand Down

0 comments on commit 9232b84

Please sign in to comment.