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.
2 parents 49c137a + b82fc86 commit f7df215Copy full SHA for f7df215
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "plamo-translate"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "Add your description here"
5
readme = "README.md"
6
authors = [
src/plamo_translate/__init__.py
@@ -1,3 +1,3 @@
"""PLaMo Translate CLI package."""
-__version__ = "1.0.0"
+__version__ = "1.0.1"
0 commit comments