Skip to content

Commit

Permalink
Remove MANIFEST.in and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eindiran committed Jun 13, 2024
1 parent dfe25aa commit 63be394
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions MANIFEST.in

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ recorded here.
--------------------

- Documentation updates.
- Remove MANIFEST.in

[0.5.0] - 2024-06-13
--------------------
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.0"
__version__ = "0.5.1"
__all__ = ["SMBus", "i2c_msg", "I2cFunc", "I2C_M_Bitflag"]
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
from .test_datatypes import TestDataTypes
from .test_smbus3 import TestI2CMsg, TestI2CMsgRDWR, TestSMBus, TestSMBusWrapper

__version__ = "0.5.0"
__version__ = "0.5.1"
__all__ = ["TestDataTypes", "TestI2CMsg", "TestI2CMsgRDWR", "TestSMBus", "TestSMBusWrapper"]

0 comments on commit 63be394

Please sign in to comment.