Skip to content

Commit

Permalink
Promote to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
questionlp committed Nov 24, 2024
1 parent 9bc1460 commit e0f7e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podcast_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from modules.podcast_feed import PodcastFeed
from modules.settings import _DEFAULT_USER_AGENT, AppConfig, AppSettings, FeedSettings

APP_VERSION: str = "1.0.0-beta"
APP_VERSION: str = "1.0.0"
logger: logging.Logger = logging.getLogger(__name__)


Expand Down

0 comments on commit e0f7e08

Please sign in to comment.