diff --git a/setup.py b/setup.py index 085ce64e469e3495d801c2117ec2e14959f3acf1..b27a4e25222902b06cb7579238563296e1fccd2c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description = (this_directory / "README.md").read_text() setup( name='netbone', packages=find_packages(), - version='0.2.1.1', + version='0.2.2', author='Ali Yassin', license='MIT', author_email='aliyassin4@hotmail.com',