Skip to content

Commit e95bce4

Browse files
author
Nick Shorter
committed
changed version to 1.2.0
1 parent a7135b6 commit e95bce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.0"
2+
VERSION="1.2.0"
33

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

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.1.0",
5+
version="1.2.0",
66
python_requires='<3.9.0',
77
packages=find_packages(),
88
description="64x32 Oled Matrix Display",

0 commit comments

Comments
 (0)