Skip to content

Commit 9e67070

Browse files
authored
Merge pull request #45 from blues/brandon-bump-version
bump 1.4.2 -> 1.4.3; update action to run from main
2 parents 4c30740 + fb382b2 commit 9e67070

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:

setup.py

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

66
setuptools.setup(
77
name="note-python",
8-
version="1.4.2",
8+
version="1.4.3",
99
author="Blues Inc.",
1010
author_email="[email protected]",
1111
description="Cross-platform Python Library for the Blues Wireless Notecard,",

0 commit comments

Comments
 (0)