From 2b7401502750d7bb7d17c9369903d8884196483b Mon Sep 17 00:00:00 2001 From: Bart van Andel Date: Tue, 7 Aug 2018 23:03:37 +0200 Subject: [PATCH] chore: bump version for npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0056e439..a2a30fdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitinspector", - "version": "0.5.0-dev-1", + "version": "0.5.0-dev-2", "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",