From 8f01a0fe6fe498b0ce7ead9f94edf62025a6c50b Mon Sep 17 00:00:00 2001 From: Leo Iannacone Date: Sun, 6 Jul 2014 13:37:46 +0200 Subject: [PATCH] Bumped version 0.2.0 --- npm2deb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm2deb/__init__.py b/npm2deb/__init__.py index bf629f4..1986344 100644 --- a/npm2deb/__init__.py +++ b/npm2deb/__init__.py @@ -9,7 +9,7 @@ from npm2deb import utils, templates from npm2deb.mapper import Mapper -VERSION = '0.1.2' +VERSION = '0.2.0' DEBHELPER = 8 STANDARDS_VERSION = '3.9.5'