Skip to content

Commit

Permalink
Merge pull request #56 from ty-porter/CVE-2023-4863
Browse files Browse the repository at this point in the history
  • Loading branch information
ty-porter authored Oct 4, 2023
2 parents 94b180f + edd3919 commit 41c12d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RGBMatrixEmulator/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python

# package version
__version__ = '0.9.1'
__version__ = '0.10.0'
"""Installed version of RGBMatrixEmulator."""
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
'pygame>=2.0.1,<3',
'tornado>=6.1',
'libsixel-python>=0.5.0',
'Pillow>=10.0.1',
],
include_package_data=True
)

0 comments on commit 41c12d5

Please sign in to comment.