diff --git a/pyproject.toml b/pyproject.toml index af62c625eaa6b92f7168dea1576abe2cde51b0ce..eee570f0d2d6ed88b4a6881e3e2ae39169cf4cc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tikka" -version = "0.6.0" +version = "0.6.1" description = "Tikka is a fast and light Python/Tk client to manage your Ğ1 accounts" authors = ["Vincent Texier <vit@free.fr>"] include = [ diff --git a/tikka/__init__.py b/tikka/__init__.py index 4b1763025a76afdd4087cd1ee508770e443a000a..0e79c53f87402547b16461bf696d69dd863426f3 100644 --- a/tikka/__init__.py +++ b/tikka/__init__.py @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -__version__ = "0.6.0" +__version__ = "0.6.1"