Skip to content

Commit

Permalink
Call this 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kk7ds committed Jun 30, 2024
1 parent 7796d36 commit d1dc263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='pynx584',
version='0.8.1',
version='0.8.2',
description='NX584/NX8E Interface Library and Server',
author='Dan Smith',
author_email='dsmith+nx584@danplanet.com',
Expand Down

2 comments on commit d1dc263

@mweinelt
Copy link

@mweinelt mweinelt commented on d1dc263 Aug 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you create a tag for this version bump, seeing as it appeared on PyPi?

@kk7ds
Copy link
Owner Author

@kk7ds kk7ds commented on d1dc263 Aug 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did, I just forgot to push --tags. Done now.

Please sign in to comment.