1 files changed, 1 insertions(+), 1 deletions(-)

M djeploy/__init__.py
M djeploy/__init__.py +1 -1
@@ 7,7 7,7 @@ from .globals import set_env, djeploy_re
 
 name = 'djeploy'
 
-VERSION = (0, 2, 5, 'beta', 0)
+VERSION = (0, 3, 0, 'beta', 0)
 
 
 def get_version():