Merge pull request #1112 from pdvyas/versioning

Semantic Versioning
diff --git a/config.json b/config.json
index 17b01ed..05918ef 100644
--- a/config.json
+++ b/config.json
@@ -1,5 +1,7 @@
 {
 	"app_name": "ERPNext",
+	"app_version": "3.0.0",
+	"requires_framework_version": "==3.0.0",
 	"base_template": "app/portal/templates/base.html",
 	"modules": {
 		"Selling": {
@@ -73,4 +75,4 @@
 			"icon": "icon-file-alt"
 		}
 	}
-}
\ No newline at end of file
+}
diff --git a/install_erpnext.py b/install_erpnext.py
index fe17e2f..c95a03d 100644
--- a/install_erpnext.py
+++ b/install_erpnext.py
@@ -28,7 +28,9 @@
 	"six", 
 	"slugify", 
 	"termcolor", 
-	"werkzeug"
+	"werkzeug",
+	"semantic_version",
+	"gitpython==0.3.2.RC1"
 ]
 
 def install(install_path):