Version and __init__ update
This commit is contained in:
parent
7ec104068c
commit
43954a3eee
|
@ -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"
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue