diff --git a/setup.py b/setup.py index dd630e3..ca61a44 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,14 @@ setuptools.setup( name="ast_scope", # Replace with your own username - version="0.1.0", + version="0.2.1", author="Kavi Gupta", author_email="ast_scope@kavigupta.org", description="Annotates a Python AST with the scope of symbols.", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/kavigupta/ast_scope", - download_url="https://github.com/kavigupta/ast_scope/archive/0.1.0.zip", + download_url="https://github.com/kavigupta/ast_scope/archive/0.2.1.zip", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3.5",