git.fiddlerwoaroof.com
Browse code

merging

Ed L authored on 21/02/2012 23:39:01
Showing 1 changed files
... ...
@@ -1,11 +1,13 @@
1 1
 from distutils.core import setup
2 2
 
3
-VERSION = "0.99a02"
3
+VERSION = "1.2"
4 4
 URLBASE = "https://github.com/NCMI/jsonrpc"
5 5
 URLMAP = {
6 6
 	"daily": "tarball/master",
7 7
 	"0.99a01": "tarball/0.99a",
8 8
 	"0.99a02": "tarball/0.99a02",
9
+	"1.1": "tarball/1.1",
10
+	"1.2": "tarball/1.2",
9 11
 }
10 12
 
11 13
 if __name__ == "__main__":