Andrey 3 years ago
parent
commit
73e55ee683
1 changed files with 2 additions and 2 deletions
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -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',
-)
+)