Skip to content

Commit f4a12ce

Browse files
author
Nick Shorter
committed
changed versions
1 parent e4254c3 commit f4a12ce

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.3.0"
2+
VERSION="1.3.1"
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.3.0",
5+
version="1.3.1",
66
python_requires='>=3.8.9',
77
packages=find_packages(),
88
description="64x32 Oled Matrix Display",

0 commit comments

Comments
 (0)