diff --git a/setup.py b/setup.py index cf32c2d..bcbd95f 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ author_email='kenny_oliver@icloud.com', packages=['VividHues'], # needed to actually package something # install_requires=['numpy'], #needed for dependencies - version='3.2.2', + version='3.2.3', license='AGPL', # license can be anything you like description='VividHues is a lightweight Python package for coloured strings in the Python console!', # long_description=open('README.txt').read(), #you need a readme eventually (there will be a warning)