diff --git a/Changelog.rst b/Changelog.rst index 2388716..e3cc966 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -1,3 +1,9 @@ +8.0.3 +----- + +* Performance improvements (see #20). We are now faster than v7 :) + Note that ``pycp`` will be still be slow if only one CPU is available. + 8.0.2 ----- diff --git a/setup.py b/setup.py index 207f4ad..98ad914 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup(name='pycp', - version="8.0.2", + version="8.0.3", description='cp and mv with a progressbar', author="Dimitri Merejkowsky", author_email="d.merej@gmail.com",