diff --git a/pyproject.toml b/pyproject.toml index 61ad6d6..df5b23b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "syncshell" -version = "1.0.5" +version = "1.0.6" description = "Keep your machine's shell history synchronized." license = "MIT" diff --git a/version.py b/version.py index 68cdeee..382021f 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "1.0.5" +__version__ = "1.0.6"