Skip to content

Commit

Permalink
Fixing setup.py version.
Browse files Browse the repository at this point in the history
  • Loading branch information
iogf committed Apr 10, 2019
1 parent 420286f commit 62c9d7c
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="vy",
version="3.8.0",
version="3.8.1",
description="A vim-like in python made from scratch.",
packages=["vyapp",
"vyapp.plugins",
Expand Down Expand Up @@ -36,3 +36,4 @@




0 comments on commit 62c9d7c

Please sign in to comment.