File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
from utils import *
28
28
29
29
# Version
30
- DUDAC_VERSION = "0.30 "
30
+ DUDAC_VERSION = "0.31 "
31
31
32
32
# Internal / Protocol
33
33
PROTOCOL_HTTPS = 0
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ def read(fname):
8
8
9
9
setup (
10
10
name = "dudac" ,
11
- version = "0.30 " ,
11
+ version = "0.31 " ,
12
12
author = "Eduardo Silva" ,
13
13
14
14
description = ("DudaC is a command line interface for Duda I/O web services "
15
15
"framework" ),
16
16
license = "LGPLv2" ,
17
17
keywords = "HTTP monkey duda server framework linux websocket nosql" ,
18
18
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" ,
20
20
packages = find_packages (),
21
21
long_description = read ('README' ),
22
22
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments