Skip to content

Commit 45d11a4

Browse files
committed
Release 1.0.1: Improve installation instructions
1 parent fff74b5 commit 45d11a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pdiffcopy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Fast large file synchronization inspired by rsync.
22
#
33
# Author: Peter Odding <peter@peterodding.com>
4-
# Last Change: March 6, 2020
4+
# Last Change: March 7, 2020
55
# URL: https://pdiffcopy.readthedocs.io
66

77
"""Configuration defaults for the ``pdiffcopy`` program."""
@@ -10,7 +10,7 @@
1010
import multiprocessing
1111

1212
# Semi-standard module versioning.
13-
__version__ = '1.0'
13+
__version__ = '1.0.1'
1414

1515
BLOCK_SIZE = 1024 * 1024
1616
"""The default block size to be used by ``pdiffcopy`` (1 MiB)."""

0 commit comments

Comments
 (0)