We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316141a commit 6e1e362Copy full SHA for 6e1e362
pog/pog.py
@@ -395,7 +395,7 @@ def decrypt(self, *inputs):
395
396
397
def main():
398
- args = docopt(__doc__, version='Pog 0.1.3')
+ args = docopt(__doc__, version='Pog 0.1.4')
399
chunk_size = parse_size(args.get('--chunk-size'))
400
compresslevel = int(args.get('--compresslevel'))
401
concurrency = int(args.get('--concurrency'))
setup.py
@@ -10,7 +10,7 @@
10
name='pogcli',
11
license='MIT',
12
url='https://github.com/sz3/pog',
13
- version='0.1.3',
+ version='0.1.4',
14
15
entry_points={
16
'console_scripts': [
0 commit comments