Release v0.0.1

Initial release of unbundle.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
This commit is contained in:
Matthew Johnson
2018-04-12 17:41:30 -07:00
parent b6bf74e313
commit 580865499a
+1 -1
View File
@@ -2,6 +2,6 @@ from setuptools import setup
setup(
name="unbundle",
version="0.1",
version="0.0.1",
scripts=["unbundle"]
)