Version Bump v10.2.1
This commit is contained in:
@ -1 +1 @@
|
||||
__version__ = "10.2.0"
|
||||
__version__ = "10.2.1"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "brewman"
|
||||
version = "10.2.0"
|
||||
version = "10.2.1"
|
||||
description = "Accounting plus inventory management for a restaurant."
|
||||
authors = ["tanshu <git@tanshu.com>"]
|
||||
|
||||
@ -36,7 +36,7 @@ build-backend = "poetry.core.masonry.api"
|
||||
warn_return_any = true
|
||||
warn_unused_configs = true
|
||||
plugins = ["sqlalchemy.ext.mypy.plugin"]
|
||||
|
||||
# disallow_untyped_defs = true
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
Reference in New Issue
Block a user