Skip to content

Commit e26b0f9

Browse files
committed
chore: bump version to v1.1.0 final
1 parent d747608 commit e26b0f9

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.1.0a"
15+
__version__ = "1.1.0"
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 = _VersionInfo(major=1, minor=1, micro=0, releaselevel="alpha", serial=0)
24+
version_info: _VersionInfo = _VersionInfo(major=1, minor=1, micro=0, releaselevel="final", serial=0)
2525

2626
del _VersionInfo

0 commit comments

Comments
 (0)