Skip to content

Commit

Permalink
Bumped to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fquinner committed May 4, 2020
1 parent 4fa5fe6 commit 266bf1f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name="wsl-windows-toolbar",
version="0.4.1",
version="0.5.0",
author="Frank Quinn",
author_email="[email protected]",
description="Adds linux GUI application menu to a windows toolbar",
Expand All @@ -22,13 +22,13 @@
url="http://cascadium.io",
python_requires='>=3',
install_requires=[
"click",
"pyxdg",
"winshell",
"swinlnk",
"pillow",
"python-magic",
"jinja2"
"click>=7",
"pyxdg>=0.26",
"winshell>=0.6",
"swinlnk>=0.1.4",
"pillow>=6",
"python-magic>=0.4.15",
"jinja2>=2.11"
],
packages=[
"wsl_windows_toolbar"
Expand Down

0 comments on commit 266bf1f

Please sign in to comment.