Andrey 3 年之前
父節點
當前提交
73e55ee683
共有 1 個文件被更改,包括 2 次插入2 次删除
  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',
-)
+)