Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flyte committed Feb 16, 2021
1 parent 257aee9 commit c2843b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bamp]
version = 0.1.2
version = 0.1.3
files =
setup.py
vcs = git
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def required(fname):

setup(
name="pcf8574",
version="0.1.2",
version="0.1.3",
packages=("pcf8574",),
package_data={"pcf8574": ["py.typed"]},
scripts=[],
Expand Down

0 comments on commit c2843b9

Please sign in to comment.