We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff74b5 commit 45d11a4Copy full SHA for 45d11a4
pdiffcopy/__init__.py
@@ -1,7 +1,7 @@
1
# Fast large file synchronization inspired by rsync.
2
#
3
# Author: Peter Odding <peter@peterodding.com>
4
-# Last Change: March 6, 2020
+# Last Change: March 7, 2020
5
# URL: https://pdiffcopy.readthedocs.io
6
7
"""Configuration defaults for the ``pdiffcopy`` program."""
@@ -10,7 +10,7 @@
10
import multiprocessing
11
12
# Semi-standard module versioning.
13
-__version__ = '1.0'
+__version__ = '1.0.1'
14
15
BLOCK_SIZE = 1024 * 1024
16
"""The default block size to be used by ``pdiffcopy`` (1 MiB)."""
0 commit comments