From 0fa7461b7e5191997a12ae95fd3f639e6d099eee Mon Sep 17 00:00:00 2001 From: i30817 Date: Thu, 8 Sep 2022 16:04:57 +0100 Subject: [PATCH] update version --- pyproject.toml | 2 +- rhdndat/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7c7eb45..286d809 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rhdndat" -version = "2.6.0" +version = "2.6.1" description = "www.romhacking.net update checker" authors = ["i30817 "] license = "GNU General Public License v3.0" diff --git a/rhdndat/__init__.py b/rhdndat/__init__.py index f0e5e1e..574f407 100644 --- a/rhdndat/__init__.py +++ b/rhdndat/__init__.py @@ -1 +1 @@ -__version__ = '2.6.0' +__version__ = '2.6.1'