Skip to content

Commit 9534a31

Browse files
author
Nick Shorter
committed
changed 1.2.0
1 parent e95bce4 commit 9534a31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
logger.addHandler(filehandler)
3434

3535
def __version__():
36-
return "1.1.0"
36+
return "1.2.0"
3737
class OledExecption(Exception):
3838
pass
3939
class Main():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="ohmyoled",
55
version="1.2.0",
6-
python_requires='<3.9.0',
6+
python_requires='>=3.8.9',
77
packages=find_packages(),
88
description="64x32 Oled Matrix Display",
99
author="thefinaljoke",

0 commit comments

Comments
 (0)