Skip to content

Commit

Permalink
Bump version to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eindiran committed Jun 29, 2024
1 parent e8a8064 commit aa2c239
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = smbus3
version = 0.5.4
version = 0.5.5
author = Elliott Indiran
author_email = [email protected]
description = smbus3 is a drop-in replacement for smbus2, smbus-cffi, smbus-python written in pure Python, intended for use with Python 3.8+ on Unix-like systems
Expand Down
2 changes: 1 addition & 1 deletion smbus3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

from .smbus3 import I2C_M_Bitflag, I2cFunc, SMBus, i2c_msg

__version__ = "0.5.4"
__version__ = "0.5.5"
__all__ = ["SMBus", "i2c_msg", "I2cFunc", "I2C_M_Bitflag", "__version__"]
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .test_datatypes import TestDataTypes
from .test_smbus3 import TestI2CMsg, TestI2CMsgRDWR, TestSMBus, TestSMBusWrapper

__version__ = "0.5.4"
__version__ = "0.5.5"
__all__ = ["TestDataTypes", "TestI2CMsg", "TestI2CMsgRDWR", "TestSMBus", "TestSMBusWrapper"]


Expand Down

0 comments on commit aa2c239

Please sign in to comment.