1
Fork 0
mirror of https://github.com/RGBCube/DML synced 2025-07-27 15:47:45 +00:00
This commit is contained in:
RGBCube 2022-03-19 22:25:14 +03:00 committed by GitHub
parent 1e815a2dc0
commit a897c23ef3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,9 @@ setup(
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/RGBCube/dml",
version="1.0.0",
version="1.0.1",
author="RGBCube",
py_modules=["dml"],
packages=["dml"],
license="MIT"
)