diff -Nru folder-color-0.0.90/debian/changelog folder-color-0.0.91/debian/changelog --- folder-color-0.0.90/debian/changelog 2020-05-11 18:00:48.000000000 +0000 +++ folder-color-0.0.91/debian/changelog 2020-05-11 18:24:34.000000000 +0000 @@ -1,4 +1,4 @@ -folder-color (0.0.90) focal; urgency=low +folder-color (0.0.91) focal; urgency=low * Depedence python3, by default, system installs python2 diff -Nru folder-color-0.0.90/debian/control folder-color-0.0.91/debian/control --- folder-color-0.0.90/debian/control 2020-05-11 18:00:44.000000000 +0000 +++ folder-color-0.0.91/debian/control 2020-05-11 18:25:22.000000000 +0000 @@ -1,9 +1,9 @@ Source: folder-color Section: utils Priority: extra -Standards-Version: 0.0.90 +Standards-Version: 0.0.91 Maintainer: costales -Build-Depends: python3-distutils-extra, debhelper (>=7) +Build-Depends: python-distutils-extra, debhelper (>=7) Homepage: https://github.com/costales/folder-color Package: folder-color diff -Nru folder-color-0.0.90/nautilus-extension/folder-color.py folder-color-0.0.91/nautilus-extension/folder-color.py --- folder-color-0.0.90/nautilus-extension/folder-color.py 2020-05-11 18:00:45.000000000 +0000 +++ folder-color-0.0.91/nautilus-extension/folder-color.py 2020-05-11 18:24:34.000000000 +0000 @@ -1,4 +1,4 @@ -# Folder Color 0.0.90 - https://github.com/costales/folder-color +# Folder Color 0.0.91 - https://github.com/costales/folder-color # Copyright (C) 2012-2020 Marcos Alvarez Costales - https://costales.github.io/ # # Folder Color is free software; you can redistribute it and/or modify diff -Nru folder-color-0.0.90/setup.py folder-color-0.0.91/setup.py --- folder-color-0.0.90/setup.py 2020-05-11 18:01:08.000000000 +0000 +++ folder-color-0.0.91/setup.py 2020-05-11 18:24:34.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Folder Color 0.0.90 - https://github.com/costales/folder-color +# Folder Color 0.0.91 - https://github.com/costales/folder-color # Copyright (C) 2012-2020 Marcos Alvarez Costales - https://costales.github.io/ # # folder-color is free software; you can redistribute it and/or modify @@ -26,7 +26,7 @@ # Setup stage DistUtilsExtra.auto.setup( name = "folder-color", - version = "0.0.90", + version = "0.0.91", description = "Change your folder color in Nautilus", author = "Marcos Alvarez Costales", author_email = "marcos.costales@gmail.com",