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