Skip to content

Commit

Permalink
update version and setup file for release (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar5526 authored Nov 17, 2023
1 parent 6df20f5 commit d20215c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion p5/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = "[email protected]"
__license__ = " GNU GPLv3"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
)

0 comments on commit d20215c

Please sign in to comment.