This commit is contained in:
Firepup Sixfifty 2024-06-03 14:25:10 -05:00
parent 74716df0a1
commit e9346c46e3
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,8 @@
# Firepup650 # Firepup650
Package containing various shorthand things I use, and a few imports I almost always use Package containing various shorthand things I use, and a few imports I almost always use
### Change log: ### 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: #### v.1.0.35:
Adds a few missing docstrings and fixes a bug with the menu function Adds a few missing docstrings and fixes a bug with the menu function
#### v.1.0.34: #### v.1.0.34:
@ -74,4 +76,4 @@ Random shorthand (literally)
#### v.1.0.1: #### v.1.0.1:
Added animated typing function, sleep shorthand Added animated typing function, sleep shorthand
#### v.1.0.0: #### v.1.0.0:
Initial Release! Initial Release!

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "firepup650" name = "firepup650"
version = "1.0.35" version = "1.0.36"
authors = ["Firepup650 <firepyp650@gmail.com>"] authors = ["Firepup650 <firepyp650@gmail.com>"]
description = "Package containing various shorthand things I use, and a few imports I almost always use" description = "Package containing various shorthand things I use, and a few imports I almost always use"
readme = "README.md" readme = "README.md"
@ -28,4 +28,4 @@ fpsql = "^1, !=1.0.26"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"