We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e57322 commit d8040e2Copy full SHA for d8040e2
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "obspec"
3
-version = "0.1.0-beta.2"
+version = "0.1.0-beta.3"
4
description = "Object storage interface definitions for Python."
5
license = "MIT"
6
readme = "README.md"
src/obspec/__init__.py
@@ -1,4 +1,5 @@
# TODO: think through what should be exported at the top level
+from . import exceptions
from ._attributes import Attribute, Attributes
from ._copy import Copy, CopyAsync
from ._delete import Delete, DeleteAsync
0 commit comments