Update readme + version number (#52)

This commit is contained in:
hakril
2024-05-19 19:12:12 +02:00
committed by GitHub
parent 9a0868da15
commit d3d6410276
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import os.path
from setuptools import setup
PKG_NAME = "PythonForWindows"
VERSION = "0.6.0"
VERSION = "0.6.8"
# Load long description from README.md
this_directory = os.path.abspath(os.path.dirname(__file__))