Skip to content

Commit 0f3ebe5

Browse files
committed
increase major version
1 parent 111b05b commit 0f3ebe5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ nutrient_dws = [
1818

1919
[project]
2020
name = "nutrient-dws"
21-
version = "1.0.2"
21+
version = "2.0.0"
2222
description = "Python client library for Nutrient Document Web Services API"
2323
readme = "README.md"
2424
requires-python = ">=3.10"

src/nutrient_dws/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
ValidationError,
1313
)
1414

15-
__version__ = "1.0.2"
1615
__all__ = [
1716
"APIError",
1817
"AuthenticationError",

0 commit comments

Comments
 (0)