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 Nov 27, 2020
1 parent 48999d5 commit 4ba0d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name="vy",
version="4.3.0",
version="4.3.1",
description="A vim-like in python made from scratch.",
packages=["vyapp",
"vyapp.plugins",
Expand Down

0 comments on commit 4ba0d37

Please sign in to comment.