Skip to content

Commit e80df8c

Browse files
chore: update version to 1.0.1
1 parent eca3b67 commit e80df8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/disnake_compass/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__author__ = "Sharp-Eyes"
1313
__license__ = "MIT"
1414
__copyright__ = "Copyright 2023-present Sharp-Eyes"
15-
__version__ = "1.0.0"
15+
__version__ = "1.0.1"
1616

1717
from disnake import VersionInfo as _VersionInfo
1818

@@ -21,6 +21,6 @@
2121
from disnake_compass.fields import *
2222
from disnake_compass.impl import *
2323

24-
version_info = _VersionInfo(major=1, minor=0, micro=0, releaselevel="final", serial=0)
24+
version_info: _VersionInfo = _VersionInfo(major=1, minor=0, micro=1, releaselevel="final", serial=0)
2525

2626
del _VersionInfo

0 commit comments

Comments
 (0)