Skip to content

Commit

Permalink
bump up version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cguerreiro-igalia committed Jul 26, 2012
1 parent d59bb05 commit 5131388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "irf",
"version": "0.1.2",
"version": "0.1.3",
"keywords": ["incremental", "random", "forest", "machine", "learning", "c++", "native", "sparse", "classifier", "ensemble", "supervised"],
"homepage": "https://github.com/pconstr/irf",
"description": "incremental random forest ensemble classifier (native)",
Expand Down
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -7,7 +7,7 @@ from os.path import exists, lexists

srcdir = "."
blddir = "build"
VERSION = "0.1.1"
VERSION = "0.1.3"

def set_options(opt):
opt.tool_options("compiler_cxx")
Expand Down

0 comments on commit 5131388

Please sign in to comment.