Skip to content

Commit

Permalink
version bump 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ottowayi committed Aug 5, 2020
1 parent b53d05e commit 2267e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycomm3/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
# SOFTWARE.
#

__version_info__ = (0, 9, 1)
__version_info__ = (0, 9, 2)
__version__ = '.'.join(f'{x}' for x in __version_info__)

0 comments on commit 2267e46

Please sign in to comment.