Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Jan 13, 2020
1 parent 7a040a0 commit e632da0
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 @@ -8,7 +8,7 @@ def read(f_name):

setup(
name='sgtk-menu',
version='0.2.0',
version='0.2.1',
description='GTK menu for sway and i3',
packages=['sgtk-menu'],
include_package_data=True,
Expand All @@ -17,5 +17,5 @@ def read(f_name):
author='Piotr Miller',
author_email='nwg.piotr@gmail.com',
python_requires='>=3.4.0',
install_requires=['pygobject', 'i3ipc']
install_requires=['pygobject']
)

0 comments on commit e632da0

Please sign in to comment.