Version and __init__ update

This commit is contained in:
BuildTools 2024-11-12 14:11:31 +01:00
parent 7ec104068c
commit 43954a3eee
2 changed files with 11 additions and 1 deletions

View File

@ -1 +1,11 @@
from .bcert import *
from .cdm import *
from .device import *
from .ecc_key import *
from .elgamal import *
from .key import *
from .pssh import *
from .xml_key import *
from .xmrlicense import *
__version__ = "0.0.1"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "pyplayready"
version = "0.1.6"
version = "0.0.1"
description = "pyplayready CDM (Content Decryption Module) implementation in Python."
license = "GPL-3.0-only"
authors = ["DevLARLEY"]