Skip to content

Commit

Permalink
Bump to 8.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Nov 12, 2017
1 parent 7a25f5d commit a6d9d31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 8.0.5
current_version = 8.0.6
tag = true
commit = true
message = Bump to {new_version}
Expand Down
2 changes: 1 addition & 1 deletion pycp/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def parse_commandline():

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

parser.add_argument("-v", "--version", action="version", version="8.0.5")
parser.add_argument("-v", "--version", action="version", version="8.0.6")
parser.add_argument("-i", "--interactive",
action="store_true",
dest="interactive",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


setup(name='pycp',
version="8.0.5",
version="8.0.6",
description='cp and mv with a progressbar',
author="Dimitri Merejkowsky",
author_email="d.merej@gmail.com",
Expand Down

0 comments on commit a6d9d31

Please sign in to comment.