diff --git a/p5/__version__.py b/p5/__version__.py index aed8f467..805795db 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.1" +__version__ = "0.8.2" __author__ = "Abhik Pal" __author_email__ = "theabhikpal@gmail.com" __license__ = " GNU GPLv3"