Skip to content

Commit

Permalink
Update version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joowani committed Jan 8, 2016
1 parent a13f304 commit e344e6f
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 @@ -2,12 +2,12 @@

setup(
name="dtags",
version="1.0.1",
version="1.0.2",
description="Directory tags for lazy programmers",
author="Joohwan Oh",
author_email="joohwan.oh@outlook.com",
url="https://github.com/joowani/dtags",
download_url="https://github.com/joowani/dtags/tarball/1.0.1",
download_url="https://github.com/joowani/dtags/tarball/1.0.2",
packages=find_packages(),
install_requires=["argcomplete"],
entry_points={
Expand Down

0 comments on commit e344e6f

Please sign in to comment.