Skip to content

Commit

Permalink
deprecate the bot
Browse files Browse the repository at this point in the history
  • Loading branch information
ekeih committed Nov 16, 2024
1 parent 4fbf29a commit c88f3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def requirements():

setup(
name='omnbot',
version=getenv('GITHUB_REF_NAME', default=datetime.now().strftime('%Y.%m.%d.dev%H%M%S')),
version=getenv('GITHUB_REF_NAME', default=datetime.now().strftime('%Y.%m.%d.dev%H%M')),
description='OmNomNom - A simple Telegram bot to get canteen information',
long_description=readme(),
url='https://github.com/ekeih/OmNomNom',
Expand Down

0 comments on commit c88f3f2

Please sign in to comment.