Skip to content

Commit ce76ee0

Browse files
committed
Update version
1 parent b2d482b commit ce76ee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

isomdoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .create.create_mdoc import create_mdoc
22
from .verify.verify_mdoc import verify_device_response
33

4-
__version__ = "0.0.1"
4+
__version__ = "0.0.2"
55

66
__all__ = ["create_mdoc", "verify_device_response"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "isomdoc"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
authors = [
55
{ name="Lee Campbell", email="leecam@google.com" },
66
]

0 commit comments

Comments
 (0)