diff --git a/pyproject.toml b/pyproject.toml index f349a03..a2b8d76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "uniswap-smart-path" -version = "0.1.0" +version = "0.2.0" authors = [ { name="Elnaril", email="elnaril_dev@caramail.com" }, ] @@ -25,7 +25,7 @@ classifiers = [ ] license = {text = "MIT License"} dependencies = [ - "web3>=6.0.0b11", + "web3>=6.0.0", ] keywords = ["blockchain", "ethereum", "uniswap", "universal router", "swap", "path", "route", "pools"] @@ -36,3 +36,4 @@ packages = ["uniswap_smart_path"] "Homepage" = "https://github.com/Elnaril/uniswap-smart-path" "Bug Tracker" = "https://github.com/Elnaril/uniswap-smart-path/issues" "Fiverr" = "https://www.fiverr.com/freelancers/elnaril" +"Buy Me A Coffee" = "https://www.buymeacoffee.com/elnaril"