Skip to content

Commit d8040e2

Browse files
authored
Expose exceptions mod at top level (#8)
1 parent 5e57322 commit d8040e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "obspec"
3-
version = "0.1.0-beta.2"
3+
version = "0.1.0-beta.3"
44
description = "Object storage interface definitions for Python."
55
license = "MIT"
66
readme = "README.md"

src/obspec/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# TODO: think through what should be exported at the top level
2+
from . import exceptions
23
from ._attributes import Attribute, Attributes
34
from ._copy import Copy, CopyAsync
45
from ._delete import Delete, DeleteAsync

0 commit comments

Comments
 (0)