update requirements and version number to 0.1.1 V00.01.01
authorcavaliet
Tue, 18 Jun 2013 12:22:28 +0200
changeset 30 0b39b98a5bc9
parent 29 2da61ee188e4
child 31 8239b6d8417f
update requirements and version number to 0.1.1
src/aixweb/__init__.py
src/requirement.txt
--- a/src/aixweb/__init__.py	Tue Jun 11 17:51:12 2013 +0200
+++ b/src/aixweb/__init__.py	Tue Jun 18 12:22:28 2013 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 0, "final", 0)
+VERSION = (0, 1, 1, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
 
--- a/src/requirement.txt	Tue Jun 11 17:51:12 2013 +0200
+++ b/src/requirement.txt	Tue Jun 18 12:22:28 2013 +0200
@@ -1,1 +1,1 @@
-metadatacomposer (==0.1)
+metadatacomposer (==0.1.1)