diff --git a/pyproject.toml b/pyproject.toml index 0f7f96f..e76c041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vertopal" -version = "1.0.6" +version = "1.1.0" description = "Convert your files in terminal using Vertopal API" readme = "README.md" diff --git a/vertopal/__init__.py b/vertopal/__init__.py index bb4f4ab..348828c 100644 --- a/vertopal/__init__.py +++ b/vertopal/__init__.py @@ -11,7 +11,7 @@ __author__ = "Vertopal" __copyright__ = "Copyright (c) 2023 Vertopal" __license__ = "MIT License" -__version__ = "1.0.6" +__version__ = "1.1.0" from vertopal.api.v1 import API from vertopal.api.converter import Converter