Skip to content

Commit c0cd73a

Browse files
committed
0.3.2
1 parent 07d0b45 commit c0cd73a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "streampot"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "API client for StreamPot.io"
55
readme = "README.md"
66
requires-python = ">=3.8"

streampot/_client.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ def output_option(self, *options):
369369
def output_options(self, *options):
370370
return self._add_action('outputOptions', *options)
371371

372-
# def filter_graph(self, spec, map=None):
373-
# return self._add_action('filterGraph', spec, map)
374-
#
375-
# def complex_filter(self, spec, map=None):
376-
# return self._add_action('complexFilter', spec, map)
372+
def filter_graph(self, spec, map=None):
373+
return self._add_action('filterGraph', spec, map)
374+
375+
def complex_filter(self, spec, map=None):
376+
return self._add_action('complexFilter', spec, map)

0 commit comments

Comments
 (0)