Skip to content

Commit

Permalink
Updated the version tag to align with PyPi's version numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonv789 committed Nov 27, 2023
1 parent c41343f commit 152115d
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
Expand Up @@ -8,7 +8,7 @@
# Setup the project
setup(
name='nominalpy',
version='0.7.0',
version='0.7.1',
packages=find_packages(where='src'),
package_dir={'': 'src'},
install_requires=["requests", "urllib3", "paho-mqtt", "numpy", "pandas"],
Expand Down

0 comments on commit 152115d

Please sign in to comment.