Skip to content

Commit bd45c9d

Browse files
authored
Merge pull request #6 from apple1417/master
bump version number
2 parents b75cdab + 3f962a3 commit bd45c9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ game specific things:
1919

2020
# Changelog
2121

22-
### Upcoming
22+
### v1.6
2323
- Changed default type of `HookType` generic type hint to any, so that by default pre and post hooks
2424
can be combined under the same type. As an example, previously if you passed an explicit hook list
2525
to `build_mod`, the type hinting would only accept a list where all hooks were of the same type.

__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .dot_sdkmod import open_in_mod_dir
99

1010
# Need to define a few things first to avoid circular imports
11-
__version_info__: tuple[int, int] = (1, 5)
11+
__version_info__: tuple[int, int] = (1, 6)
1212
__version__: str = f"{__version_info__[0]}.{__version_info__[1]}"
1313
__author__: str = "bl-sdk"
1414

0 commit comments

Comments
 (0)