We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95bce4 commit 9534a31Copy full SHA for 9534a31
main.py
@@ -33,7 +33,7 @@
33
logger.addHandler(filehandler)
34
35
def __version__():
36
- return "1.1.0"
+ return "1.2.0"
37
class OledExecption(Exception):
38
pass
39
class Main():
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name="ohmyoled",
5
version="1.2.0",
6
- python_requires='<3.9.0',
+ python_requires='>=3.8.9',
7
packages=find_packages(),
8
description="64x32 Oled Matrix Display",
9
author="thefinaljoke",
0 commit comments