diff --git a/setup.py b/setup.py index 857a3d7..e734a61 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="simple_di", - version="0.0.6", + version="0.1.0", author="bojiang", author_email="bojiang_@outlook.com", description="simple dependency injection library",