File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.1] ( https://github.com/ooliver1/botbase/compare/v2.0.0...v2.0.1 ) (2023-05-05)
4+
5+
6+ ### Bug Fixes
7+
8+ * dont depend on delarva for now ([ e3d2a76] ( https://github.com/ooliver1/botbase/commit/e3d2a769a4214eedf4ceb63cb36d347fb00913ad ) )
9+
310## [ 2.0.0] ( https://github.com/ooliver1/botbase/compare/v1.22.3...v2.0.0 ) (2023-05-05)
411
512
Original file line number Diff line number Diff line change 88from .models import *
99from .wraps import *
1010
11- __version__ = "2.0.0 " # x-release-please-version
11+ __version__ = "2.0.1 " # x-release-please-version
1212
1313
1414getLogger (__name__ ).addHandler (NullHandler ())
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ooliver-botbase"
3- version = " 2.0.0 "
3+ version = " 2.0.1 "
44description = " A personal nextcord bot base package for bots."
55authors = [" ooliver1 <oliverwilkes2006@icloud.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments