diff --git a/backupill/__init__.py b/backupill/__init__.py index 7e4197e..da425aa 100644 --- a/backupill/__init__.py +++ b/backupill/__init__.py @@ -16,10 +16,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . """ -from backupill.util import * +from backupill.utils import * -__version__ = "0.4.1" +__version__ = "0.5.2" __license__ = "GPL-3.0" __author__ = "Adil Gurbuz" __contact__ = "beucismis@tutamail.com"