Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Feb 6, 2024
1 parent b08a289 commit 8d208a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discordgsm/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import asyncio
import json
import os
from datetime import datetime, timedelta
from datetime import datetime
from enum import Enum
from typing import Optional

Expand All @@ -18,7 +18,7 @@
from discordgsm.async_utils import to_chunks

from discordgsm.environment import AdvertiseType, env
from discordgsm.gamedig import GamedigGame, GamedigResult
from discordgsm.gamedig import GamedigGame
from discordgsm.logger import Logger
from discordgsm.protocols import Protocol, protocols
from discordgsm.server import Server
Expand Down
2 changes: 1 addition & 1 deletion discordgsm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.15.1'
__version__ = '2.16.0'

0 comments on commit 8d208a2

Please sign in to comment.