Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 69da929

Browse files
committed
black
1 parent c5a31ee commit 69da929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ecml_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# granted to it by virtue of its status as an intergovernmental organisation
66
# nor does it submit to any jurisdiction.
77

8-
__version__ = "0.3.1"
8+
__version__ = "0.3.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def read(fname):
3939
remote_requires = [
4040
"boto3",
4141
"requests",
42-
"s3fs", # prepml copy only
42+
"s3fs", # prepml copy only
4343
]
4444

4545
provenance_requires = [

0 commit comments

Comments
 (0)