Skip to content

Commit a84b790

Browse files
authored
Merge pull request #75 from TheFinalJoke/dev
Version 1.0.0
2 parents fdf1e10 + 734b198 commit a84b790

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

0 commit comments

Comments
 (0)