We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c01583 commit d709083Copy full SHA for d709083
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "skill-plotter"
3
-version = "0.3.0"
+version = "0.3.1"
4
description = "CLI tool to generate a plot of your skills"
5
authors = ["Andre Wohnsland <50302161+AndreWohnsland@users.noreply.github.com>"]
6
license = "MIT"
skill_plotter/__init__.py
@@ -1 +1 @@
-__version__='0.3.0'
+__version__='0.3.1'
0 commit comments