1.0.36
This commit is contained in:
parent
74716df0a1
commit
e9346c46e3
2 changed files with 5 additions and 3 deletions
|
@ -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!
|
||||
Initial Release!
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "firepup650"
|
||||
version = "1.0.35"
|
||||
version = "1.0.36"
|
||||
authors = ["Firepup650 <firepyp650@gmail.com>"]
|
||||
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"
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Reference in a new issue