Skip to content

Commit

Permalink
update the version number to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Dec 21, 2019
1 parent c09b485 commit 10325b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
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",
Expand Down

0 comments on commit 10325b5

Please sign in to comment.