From 40cfd0ac849f1119e351767f8288df555350b946 Mon Sep 17 00:00:00 2001 From: Bart van Andel Date: Sun, 15 Jan 2017 15:21:56 +0100 Subject: [PATCH] Bump version for npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a40e49..0056e43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitinspector", - "version": "0.5.0-dev", + "version": "0.5.0-dev-1", "description": "Gitinspector is a statistical analysis tool for git repositories. The default analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author.", "preferGlobal": true, "main": "gitinspector.py",