Browse Source

[enh] v0.5.0

Adam Tauber 10 years ago
parent
commit
2538a3ec26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/version.py

+ 1 - 1
searx/version.py

@@ -18,7 +18,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
 
 
 # version of searx
 # version of searx
 VERSION_MAJOR = 0
 VERSION_MAJOR = 0
-VERSION_MINOR = 4
+VERSION_MINOR = 5
 VERSION_BUILD = 0
 VERSION_BUILD = 0
 
 
 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,
 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,