From 1b2edce29efa1dcde3fbce1c94cfcd017ab82aae Mon Sep 17 00:00:00 2001 From: Masoud Ghorbani Date: Sun, 4 Jun 2023 23:43:22 +0200 Subject: [PATCH] chore: bump to v1.0.6 --- pyproject.toml | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"