Skip to content

Commit

Permalink
bump version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sabjorn committed Nov 4, 2022
1 parent 6438c88 commit 15f3b43
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 @@
import setuptools

setuptools.setup(name='numpysocket',
version='1.0.0',
version='1.0.1',
description='TCP/IP Socket for Sending Numpy Arrays',
long_description=open('README.md').read().strip(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 15f3b43

Please sign in to comment.