Skip to content

Commit 4ee53c8

Browse files
committed
Bump version numbers
1 parent e67ea40 commit 4ee53c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sense_hat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
ACTION_HELD,
1414
)
1515

16-
__version__ = '2.4.0'
16+
__version__ = '2.6.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read(fname):
77

88
setup(
99
name="sense-hat",
10-
version="2.4.0",
10+
version="2.6.0",
1111
author="Dave Honess",
1212
author_email="dave@raspberrypi.org",
1313
description="Python module to control the Raspberry Pi Sense HAT, originally used in the Astro Pi mission",

0 commit comments

Comments
 (0)