Skip to content

Commit

Permalink
Merge pull request #694 from Hugovdberg/master
Browse files Browse the repository at this point in the history
Merge release 0.10.6
  • Loading branch information
Hugovdberg authored Feb 4, 2023
2 parents 238b820 + cf41317 commit 3ca36fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.5"
__version__ = "0.10.6"
__sdk_version = tuple(int(x) for x in AF.PISystems().Version.split("."))

__all__ = [
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ packages =
PIconnect
PIconnect._typing
install_requires =
pandas==1.5.2
wrapt==1.14.1
pytz==2022.7.1
pythonnet==3.0.1
pandas
wrapt
pytz
pythonnet
python_requires = >= 3.8
include_package_data = True
zip_safe=False
Expand Down

0 comments on commit 3ca36fd

Please sign in to comment.