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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue