diff --git a/pyproject.toml b/pyproject.toml index 35ab21a..665103e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "skill-plotter" -version = "" +version = "0.0.1" description = "CLI tool to generate a plot of your skills" authors = ["Andre Wohnsland <50302161+AndreWohnsland@users.noreply.github.com>"] license = "MIT" diff --git a/skill_plotter/__init__.py b/skill_plotter/__init__.py index 31e0807..b8023d8 100644 --- a/skill_plotter/__init__.py +++ b/skill_plotter/__init__.py @@ -1 +1 @@ -__version__='' +__version__ = '0.0.1'