Skip to content

Commit

Permalink
Upped version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmroeder committed Apr 11, 2024
1 parent 21a72fb commit e67f265
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"github:dmroeder/pylogix/upylogix/utils.mpy"
]
],
"version": "1.0.0"
"version": "1.0.1"
}
2 changes: 1 addition & 1 deletion pylogix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .eip import PLC
__version_info__ = (1, 0, 0)
__version_info__ = (1, 0, 1)
__version__ = '.'.join(str(x) for x in __version_info__)
Binary file modified upylogix/__init__.mpy
Binary file not shown.

0 comments on commit e67f265

Please sign in to comment.