Skip to content

Commit

Permalink
Bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed May 5, 2024
1 parent 1225b9c commit 96ccdab
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 @@ -7,15 +7,15 @@

setup(
name='clickplc',
version='0.8.2',
version='0.8.3',
description="Python driver for Koyo Ethernet ClickPLCs.",
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/numat/clickplc/',
author='Patrick Fuller',
author_email='[email protected]',
maintainer='Alex Ruddick',
maintainer_email='alex@numat-tech.com',
maintainer_email='alex@ruddick.tech',
packages=['clickplc'],
entry_points={
'console_scripts': [('clickplc = clickplc:command_line')]
Expand Down

0 comments on commit 96ccdab

Please sign in to comment.