diff --git a/npm2deb/__init__.py b/npm2deb/__init__.py index 1986344..736415b 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.2.0' +VERSION = '0.2.1' DEBHELPER = 8 STANDARDS_VERSION = '3.9.5'