From e9346c46e3f3ab6f1328fa2a4ff2fe2ebaadbb6e Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 3 Jun 2024 14:25:10 -0500 Subject: [PATCH] 1.0.36 --- package/README.md | 4 +++- package/pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package/README.md b/package/README.md index 0c99a6d..45277d6 100644 --- a/package/README.md +++ b/package/README.md @@ -1,6 +1,8 @@ # Firepup650 Package containing various shorthand things I use, and a few imports I almost always use ### Change log: +#### v.1.0.36: +Fix an old annoying bug with menus having an incorrect size calculation if the width of the menu was an even number #### v.1.0.35: Adds a few missing docstrings and fixes a bug with the menu function #### v.1.0.34: @@ -74,4 +76,4 @@ Random shorthand (literally) #### v.1.0.1: Added animated typing function, sleep shorthand #### v.1.0.0: -Initial Release! \ No newline at end of file +Initial Release! diff --git a/package/pyproject.toml b/package/pyproject.toml index e28f635..40adeed 100644 --- a/package/pyproject.toml +++ b/package/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "firepup650" -version = "1.0.35" +version = "1.0.36" authors = ["Firepup650 "] description = "Package containing various shorthand things I use, and a few imports I almost always use" readme = "README.md" @@ -28,4 +28,4 @@ fpsql = "^1, !=1.0.26" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"