diff --git a/p5/__version__.py b/p5/__version__.py index 805795db..39219562 100644 --- a/p5/__version__.py +++ b/p5/__version__.py @@ -19,7 +19,7 @@ __title__ = "p5" __description__ = "Creative coding in Python" __url__ = "https://p5py.github.io" -__version__ = "0.8.2" +__version__ = "0.8.3" __author__ = "Abhik Pal" __author_email__ = "theabhikpal@gmail.com" __license__ = " GNU GPLv3" diff --git a/setup.py b/setup.py index 3a37bce6..be9b9cb9 100644 --- a/setup.py +++ b/setup.py @@ -52,5 +52,6 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], )