From 8248bb30fe5dfbdf5b4a7053dd3fcd759b4aded1 Mon Sep 17 00:00:00 2001 From: Alessandro Maggio Date: Mon, 7 Mar 2022 13:03:46 +0100 Subject: [PATCH] Update README.md - Version 2.0.9 (After merge: #253 #348) --- README.md | 3 +-- TwitchChannelPointsMiner/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 101377d..5f5a9ad 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,8 @@ Read more about channels point [here](https://help.twitch.tv/s/article/channel-p ## 📢 Help wanted Currently, we have a lot of PRs requests opened, but the time to test and improve It's less and less. If you want to help the community and the project, please test the following PRs and give us feedback: - [Features/improvements to analytics #131](https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/pull/131) -- [Betting strategy: Smart money #348](https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/pull/348) - [Add SMART_HIGH_ODDS strategy #172](https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/pull/172) -- [Add stats #318](https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/pull/318) +- [Add support for arbitrary filter functions #336](https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/pull/336) # README Contents 1. 🤝 [Community](#community) diff --git a/TwitchChannelPointsMiner/__init__.py b/TwitchChannelPointsMiner/__init__.py index 01d5e0d..5d423f8 100644 --- a/TwitchChannelPointsMiner/__init__.py +++ b/TwitchChannelPointsMiner/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "2.0.8" +__version__ = "2.0.9" from .TwitchChannelPointsMiner import TwitchChannelPointsMiner __all__ = [