diff --git a/setup.py b/setup.py index f7e203d..304a905 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '0.1.2' +VERSION = '0.1.4' DESCRITPION = 'An "easier" version of the pystray package' LONG_DESCRIPTION = 'A package for adding a system tray icon, based on pystray, this package is an "easier" version of pystray to manipulate' @@ -22,4 +22,4 @@ "Programming Language :: Python :: 3", "Operating System :: Microsoft :: Windows", ] -) \ No newline at end of file +)