diff --git a/setup.py b/setup.py index 39c4abd543011588c6142919830d90fff437b7e1..86a234f654f10c9ec7cf9f114b934efa1211f2c6 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text() # This call to setup() does all the work setup( name="measprocess", - version="0.5.4", + version="0.5.6", description="Collection of measurement processing tools", long_description=README, long_description_content_type="text/markdown",