From 78889a50d990958c3bf62fbcdc589c615e269c25 Mon Sep 17 00:00:00 2001 From: i30817 Date: Sat, 10 Sep 2022 16:16:49 +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 4d0d196..7fd2c35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rhdndat" -version = "2.6.4" +version = "2.6.5" 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 a147628..5341d43 100644 --- a/rhdndat/__init__.py +++ b/rhdndat/__init__.py @@ -1 +1 @@ -__version__ = '2.6.4' +__version__ = '2.6.5'