Skip to content

Commit

Permalink
bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Apr 2, 2024
1 parent bd69bcb commit d6dc7aa
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 @@ -6,15 +6,15 @@

setup(
name="alicat",
version="0.6.1",
version="0.6.2",
description="Python driver for Alicat mass flow controllers.",
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/numat/alicat/",
author="Patrick Fuller",
author_email="[email protected]",
maintainer="Alex Ruddick",
maintainer_email="alex@numat-tech.com",
maintainer_email="alex@ruddick.tech",
packages=["alicat"],
package_data={"alicat": ["py.typed"]},
install_requires=["pyserial"],
Expand Down

0 comments on commit d6dc7aa

Please sign in to comment.