|
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|
|
|
|
|
setuptools.setup(
|
|
|
name="metrixpp",
|
|
|
- version="1.7.0",
|
|
|
+ version="1.7.1",
|
|
|
author="Stefan Strobel",
|
|
|
author_email="stefan.strobel@shimatta.net",
|
|
|
description="Metrix++ is an extendable tool for code metrics collection and analysis.",
|
|
@@ -35,4 +35,4 @@ setuptools.setup(
|
|
|
]
|
|
|
},
|
|
|
python_requires='>=3.5',
|
|
|
-)
|
|
|
+)
|