Skip to content

Commit 1ce2098

Browse files
committed
v0.31
Signed-off-by: Eduardo Silva <[email protected]>
1 parent cc0a121 commit 1ce2098

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dudaclient/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from utils import *
2828

2929
# Version
30-
DUDAC_VERSION = "0.30"
30+
DUDAC_VERSION = "0.31"
3131

3232
# Internal / Protocol
3333
PROTOCOL_HTTPS = 0

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ def read(fname):
88

99
setup(
1010
name="dudac",
11-
version="0.30",
11+
version="0.31",
1212
author="Eduardo Silva",
1313
author_email="[email protected]",
1414
description=("DudaC is a command line interface for Duda I/O web services "
1515
"framework"),
1616
license="LGPLv2",
1717
keywords="HTTP monkey duda server framework linux websocket nosql",
1818
url="http://duda.io",
19-
download_url="http://duda.io/releases/duda-client/dudac-0.30.tar.gz",
19+
download_url="http://duda.io/releases/duda-client/dudac-0.31.tar.gz",
2020
packages=find_packages(),
2121
long_description=read('README'),
2222
include_package_data=True,

0 commit comments

Comments
 (0)