cherry-shared2 0.1.26__tar.gz → 0.1.27__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.
Files changed (24) hide show
  1. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/PKG-INFO +1 -1
  2. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/bot_strings.py +0 -2
  3. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared2.egg-info/PKG-INFO +1 -1
  4. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/setup.py +1 -1
  5. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/README.md +0 -0
  6. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/InfoService.py +0 -0
  7. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/__init__.py +0 -0
  8. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/blockchains.py +0 -0
  9. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/constants.py +0 -0
  10. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/emojis.py +0 -0
  11. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/functions.py +0 -0
  12. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/launchpads.py +0 -0
  13. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/types/__init__.py +0 -0
  14. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/types/blockchain.py +0 -0
  15. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/types/dexscreener.py +0 -0
  16. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/types/launchpad.py +0 -0
  17. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/types/leaderboardEntry.py +0 -0
  18. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/types/raid_info.py +0 -0
  19. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared/types/user_wallet.py +0 -0
  20. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared2.egg-info/SOURCES.txt +0 -0
  21. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared2.egg-info/dependency_links.txt +0 -0
  22. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared2.egg-info/requires.txt +0 -0
  23. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/cherry_shared2.egg-info/top_level.txt +0 -0
  24. {cherry_shared2-0.1.26 → cherry_shared2-0.1.27}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cherry_shared2
3
- Version: 0.1.26
3
+ Version: 0.1.27
4
4
  Summary: Cherry Bot shared utilities
5
5
  Author: headria
6
6
  Classifier: Development Status :: 4 - Beta
@@ -87,8 +87,6 @@ class BotStrings:
87
87
  {Emojis.dollar} Paid Features:
88
88
  {Emojis.cup} BuyBot Trending: /Trend
89
89
  {Emojis.hourglass} RaidBot Trending: /boost
90
- {Emojis.chart} VolumeBot: /volume
91
- {Emojis.money} HoldersBot: /holder
92
90
  {Emojis.bookmark} Button ads: /advertise"""
93
91
 
94
92
  bot_start_message = f"""{Emojis.cup} <b>Cherry Telegram Bot</b>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cherry_shared2
3
- Version: 0.1.26
3
+ Version: 0.1.27
4
4
  Summary: Cherry Bot shared utilities
5
5
  Author: headria
6
6
  Classifier: Development Status :: 4 - Beta
@@ -10,7 +10,7 @@ if readme_file.exists():
10
10
 
11
11
  setup(
12
12
  name="cherry_shared2",
13
- version="0.1.26",
13
+ version="0.1.27",
14
14
  packages=find_packages(),
15
15
  install_requires=[
16
16
  "web3",