diff --git a/setup.py b/setup.py index 3777e44..8e4aad6 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ import zipfile GECKO_RELEASE_PATH = "https://github.com/mozilla/geckodriver" PKG_NAME = "bot_z" -VERSION = "0.1.0" +VERSION = "0.2.0" AUTHOR = "blallo" AUTHOR_EMAIL = "blallo@autistici.org" BIN_PATH = "bin/geckodriver"