From 580865499a9725fadba4754754fddd2a56f8fb08 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Thu, 12 Apr 2018 17:41:30 -0700 Subject: [PATCH] Release v0.0.1 Initial release of unbundle. Signed-off-by: Matthew Johnson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e5737a..46174be 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,6 @@ from setuptools import setup setup( name="unbundle", - version="0.1", + version="0.0.1", scripts=["unbundle"] )