Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
oroulet committed Apr 3, 2018
1 parent 8957769 commit 8ffab47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@


setup(name="opcua-client",
version="0.7.0",
version="0.7.1",
description="Minimal OPC-UA Client GUI",
author="Olivier R-D",
url='https://github.com/FreeOpcUa/opcua-client-gui',
packages=["uaclient"],
license="GNU General Public License",
install_requires=["freeopcua>0.95.1", "opcua-widgets>0.5.0"],
install_requires=["opcua>0.95.1", "opcua-widgets>0.5.0"],
entry_points={'console_scripts':
['opcua-client = uaclient.mainwindow:main']
}
Expand Down

0 comments on commit 8ffab47

Please sign in to comment.