Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 3e8ac3d

Browse files
committed
Bump version number
1 parent daf5cd8 commit 3e8ac3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openbazaard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class Parser(object):
210210
def __init__(self, daemon):
211211
self.daemon = daemon
212212
parser = argparse.ArgumentParser(
213-
description='OpenBazaar-Server v0.1.5',
213+
description='OpenBazaar-Server v0.1.6',
214214
usage='''
215215
python openbazaard.py <command> [<args>]
216216
python openbazaard.py <command> --help

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
protobuf==3.0.0b2
2-
Twisted==16.0.1
2+
Twisted==16.1.0
33
txrudp==0.5.1
44
pystun==0.1.0
55
bitcointools==1.1.44

0 commit comments

Comments
 (0)