We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39f880 commit 340a980Copy full SHA for 340a980
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "slcli"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "SystemLink Integrator CLI - cross-platform CLI for SystemLink workflows and templates."
5
authors = ["Fred Visser <fred.visser@emerson.com>"]
6
include = ["dff-editor/**/*"]
slcli/_version.py
@@ -1,4 +1,4 @@
"""Version information for slcli."""
# This file is auto-generated. Do not edit manually.
-__version__ = "1.0.0"
+__version__ = "1.0.1"
0 commit comments