Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ottowayi authored and ottowayi committed Apr 20, 2020
1 parent d179027 commit 8c64343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycomm3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# SOFTWARE.
#

__version_info__ = (0, 5, 3)
__version_info__ = (0, 5, 4)
__version__ = '.'.join(f'{x}' for x in __version_info__)

from typing import NamedTuple, Any, Union, Optional
Expand Down

0 comments on commit 8c64343

Please sign in to comment.