Slixfeed/slixfeed/version.py
Schimon Jehudah bcbbf1ab04 Add functionality for handling with PubSub nodes;
Add functionality to submit items from database to PubSub nodes;
Change the fashion by which items are sent;
Fix minor issues.
2024-04-14 12:56:45 +00:00

2 lines
53 B
Python

__version__ = '0.1.58'
__version_info__ = (0, 1, 58)