Browse code

- Version 0.9.1

git-svn-id: https://s3tools.svn.sourceforge.net/svnroot/s3tools/s3py/trunk@69 830e0280-6d2a-0410-9c65-932aecc39d9d

Michal Ludvig authored on 2007/02/07 12:09:44
Showing 1 changed files
... ...
@@ -8,7 +8,7 @@ except:
8 8
 
9 9
 setup(name = "s3cmd",
10 10
 	## Content description
11
-	version = "0.9.0",
11
+	version = "0.9.1",
12 12
 	packages = [ 'S3' ],
13 13
 	scripts = ['s3cmd'],
14 14
 	data_files = [ ("share/s3cmd", [ "README" ]), ],