diff --git a/cloudhop/__init__.py b/cloudhop/__init__.py index 47aad8c..4aa6575 100644 --- a/cloudhop/__init__.py +++ b/cloudhop/__init__.py @@ -1,3 +1,3 @@ """CloudHop - The easiest way to copy files between cloud storage services.""" -__version__ = "0.12.1" +__version__ = "0.12.2" diff --git a/pyproject.toml b/pyproject.toml index 82fa5ac..d7e886a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cloudhop" -version = "0.12.1" +version = "0.12.2" description = "The easiest way to copy files between cloud storage services" readme = "README.md" license = {text = "MIT"}