Skip to content

Commit b42c71c

Browse files
author
Nick Shorter
committed
changed version to 1.1.0
1 parent 39ab886 commit b42c71c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/binary_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION="1.0.0"
2+
VERSION="1.1.0"
33

44
# Can't put full folders
55
echo "Building the binary"

main.py

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

3434
def __version__():
35-
return "1.0.0"
35+
return "1.1.0"
3636
class OledExecption(Exception):
3737
pass
3838
class Main():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="ohmyoled",
5-
version="1.0.0",
5+
version="1.1.0",
66
python_requires='<3.9.0',
77
packages=find_packages(),
88
description="64x32 Oled Matrix Display",

0 commit comments

Comments
 (0)