Skip to content

Commit c3e6a92

Browse files
committed
chore: bump version to 2.0.1
1 parent 1adfe16 commit c3e6a92

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conversiontools/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .utils.progress import create_progress_event
1919

2020
# Package version
21-
VERSION = "2.0.0"
21+
VERSION = "2.0.1"
2222

2323

2424
class ConversionToolsClient:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "conversiontools"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
description = "Modern Python library to convert files using Conversion Tools API at https://conversiontools.io - supports both sync and async with full type hints"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)