Skip to content

Commit

Permalink
Fixing setup.py version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iury O. G. Figueiredo committed Jun 27, 2018
1 parent 46ff972 commit acdd7f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name="vyirc",
version="1.0.0",
version="1.0.1",
description="An irc plugin for vy.",
py_modules=["vyirc"],
author="Iury O. G. Figueiredo",
Expand Down Expand Up @@ -73,5 +73,6 @@






0 comments on commit acdd7f0

Please sign in to comment.