Skip to content

Commit

Permalink
Merge pull request #669 from Hugovdberg/release/0.10.1
Browse files Browse the repository at this point in the history
Bump version number
  • Loading branch information
Hugovdberg authored Dec 15, 2022
2 parents 855ad45 + 20d9ce1 commit a025fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PIconnect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# pragma pylint: enable=unused-import

__version__ = "0.10.0"
__version__ = "0.10.1"
__sdk_version = tuple(int(x) for x in AF.PISystems().Version.split("."))

__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ include_package_data = True
zip_safe=False

[bumpversion]
current_version = 0.9.1
current_version = 0.10.1
commit = True
tag = False
message = Bump version: {current_version} → {new_version}
Expand Down

0 comments on commit a025fd1

Please sign in to comment.