diff --git a/backupill/__init__.py b/backupill/__init__.py index 932cfbd..353c6e7 100644 --- a/backupill/__init__.py +++ b/backupill/__init__.py @@ -2,6 +2,7 @@ """ Copyright (C) 2021- beucismis + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or @@ -19,7 +20,7 @@ along with this program. If not, see . from backupill.utils import * -__version__ = "0.6.2" +__version__ = "0.7.2" __license__ = "GPL-3.0" __author__ = "Adil Gurbuz" __contact__ = "beucismis@tutamail.com"