diff --git a/setup.py b/setup.py index 362c088cf8331833b650e8950ecddfc33822941d..c2fcd8b7dd5903ad26e0eeb75ff4f7e5b4508612 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.13", + version="0.5.14", description="Collection of measurement processing tools", long_description=README, long_description_content_type="text/markdown",