bump to 0.2.1

This commit is contained in:
piotr 2022-05-13 03:02:20 +02:00
parent bb01540903
commit 91e6bb9169

View File

@ -7,7 +7,7 @@ def read(f_name):
return open(os.path.join(os.path.dirname(__file__), f_name)).read()
setup(
name='nwg-shell',
version='0.2.0',
version='0.2.1',
description='GTK3-based shell for sway Wayland compositor',
packages=find_packages(),
include_package_data=True,