Skip to content

Commit

Permalink
Bump to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Oct 30, 2017
1 parent 3d4e208 commit 4311927
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changelog.rst
@@ -1,3 +1,8 @@
8.0.1
----

* Fix calling ``--version`` is some corner cases.

8.0
---

Expand Down
4 changes: 1 addition & 3 deletions pycp/main.py
Expand Up @@ -7,8 +7,6 @@
import os
import sys

import pkg_resources

from pycp.transfer import TransferManager, TransferError, TransferOptions


Expand All @@ -34,7 +32,7 @@ def parse_commandline():

parser = argparse.ArgumentParser(usage=usage, prog=prog_name)

parser.add_argument("-v", "--version", action="version", version="8.0")
parser.add_argument("-v", "--version", action="version", version="8.0.1")
parser.add_argument("-i", "--interactive",
action="store_true",
dest="interactive",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@


setup(name='pycp',
version="8.0",
version="8.0.1",
description='cp and mv with a progressbar',
author=" Dimitr Merejkowsky",
url='http://github.com/dmerejkowsky/pycp',
Expand Down

0 comments on commit 4311927

Please sign in to comment.