diff --git a/setup.py b/setup.py index df2459d..a310685 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,6 @@ from setuptools import setup setup( name="unbundle", - version="0.1.5", + version="0.1.6", scripts=["unbundle"] )