Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyOliver authored Nov 20, 2021
1 parent 7384351 commit c58b5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c58b5a5

Please sign in to comment.