Skip to content

Commit 5d3b073

Browse files
committed
Started 0.8.0.dev1
1 parent 259ac6d commit 5d3b073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zappend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Permissions are hereby granted under the terms of the MIT License:
33
# https://opensource.org/licenses/MIT.
44

5-
__version__ = "0.8.0.dev0"
5+
__version__ = "0.8.0.dev1"

zappend/levels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def write_levels(
6060
source_path: The source dataset path.
6161
source_storage_options: Storage options for the source
6262
dataset's filesystem.
63-
target_path: The source multi-level dataset path.
63+
target_path: The target multi-level dataset path.
6464
Filename extension should be `.levels`, by convention.
6565
If not given, `target_dir` should be passed as part of the
6666
`zappend_config`. (The name `target_path` is used here for

0 commit comments

Comments
 (0)