ChaterJee 0.4.3__tar.gz → 0.4.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -299,7 +299,7 @@ class ChatLogs:
299
299
  self.smsID.append(msg.message_id)
300
300
  #self.txt = f"No new changes! file kept unchanged."
301
301
  #await self.sendUpdate(update, context)
302
- return ConversationHandler.END
302
+ #return ConversationHandler.END
303
303
 
304
304
  #msg = await context.bot.send_message(chat_id=self.CHATID, text=txt)
305
305
  #self.smsID.append(msg.message_id)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ChaterJee
3
- Version: 0.4.3
3
+ Version: 0.4.5
4
4
  Summary: Communicate your project updates via Telegram Bot!
5
5
  Author: Pallab Dutta
6
6
  Author-email: pallab9997@gmail.com
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ChaterJee
3
- Version: 0.4.3
3
+ Version: 0.4.5
4
4
  Summary: Communicate your project updates via Telegram Bot!
5
5
  Author: Pallab Dutta
6
6
  Author-email: pallab9997@gmail.com
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='ChaterJee',
5
- version='0.4.3',
5
+ version='0.4.5',
6
6
  packages=find_packages(),
7
7
  install_requires=[
8
8
  'python-telegram-bot==20.7',
File without changes
File without changes