From 60acdb3805a64991730caef5f32402eba5ea9baa Mon Sep 17 00:00:00 2001 From: Justin C Date: Sat, 16 Mar 2024 18:51:43 -0400 Subject: [PATCH] Bumps version to v.0.8.6. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62e63a0..4730309 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hexabyte" -version = "0.8.5" +version = "0.8.6" description = "A modern, modular, and robust TUI hex editor." keywords = ["commandline", "hexeditor", "binary", "hexadecimal", "raw", "byteview", "bytes"] repository = "https://github.com/thetacom/hexabyte" @@ -23,6 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development", "Topic :: Utilities",