Skip to content

Commit

Permalink
Vertopal CLI v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vertonim committed Jan 7, 2024
1 parent 642466a commit 7fc7aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion vertopal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7fc7aca

Please sign in to comment.