Skip to content

Commit 6e1e362

Browse files
committed
Version bump
1 parent 316141a commit 6e1e362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pog/pog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def decrypt(self, *inputs):
395395

396396

397397
def main():
398-
args = docopt(__doc__, version='Pog 0.1.3')
398+
args = docopt(__doc__, version='Pog 0.1.4')
399399
chunk_size = parse_size(args.get('--chunk-size'))
400400
compresslevel = int(args.get('--compresslevel'))
401401
concurrency = int(args.get('--concurrency'))

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name='pogcli',
1111
license='MIT',
1212
url='https://github.com/sz3/pog',
13-
version='0.1.3',
13+
version='0.1.4',
1414

1515
entry_points={
1616
'console_scripts': [

0 commit comments

Comments
 (0)