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 a98512f commit 3146de7
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,13 +2,13 @@

setup(
name="dtags",
version="1.0.0",
version="1.0.1",
description="Directory tags for lazy programmers",
long_description=open('README.md').read(),
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.0",
download_url="https://github.com/joowani/dtags/tarball/1.0.1",
packages=find_packages(),
install_requires=["argcomplete"],
entry_points={
Expand Down

0 comments on commit 3146de7

Please sign in to comment.