We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111b05b commit 0f3ebe5Copy full SHA for 0f3ebe5
pyproject.toml
@@ -18,7 +18,7 @@ nutrient_dws = [
18
19
[project]
20
name = "nutrient-dws"
21
-version = "1.0.2"
+version = "2.0.0"
22
description = "Python client library for Nutrient Document Web Services API"
23
readme = "README.md"
24
requires-python = ">=3.10"
src/nutrient_dws/__init__.py
@@ -12,7 +12,6 @@
12
ValidationError,
13
)
14
15
-__version__ = "1.0.2"
16
__all__ = [
17
"APIError",
"AuthenticationError",
0 commit comments