Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Adastram1 authored Feb 28, 2024
1 parent ad98402 commit de43a47
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
@@ -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'

Expand All @@ -22,4 +22,4 @@
"Programming Language :: Python :: 3",
"Operating System :: Microsoft :: Windows",
]
)
)

0 comments on commit de43a47

Please sign in to comment.