diff --git a/pyproject.toml b/pyproject.toml index 8705896..6f28060 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "syncshell" -version = "1.0.4" +version = "1.0.5" description = "Keep your machine's shell history synchronized." license = "MIT" diff --git a/version.py b/version.py index 92192ee..68cdeee 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "1.0.4" +__version__ = "1.0.5"