Skip to content

Commit

Permalink
Bump version for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeChannel committed Jun 13, 2020
1 parent c5232da commit 11bf1ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,7 @@ <h1>acsuite documentation<a class="headerlink" href="#acsuite-documentation" tit
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>clip</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">VideoNode</span></code>) – needed to determine framerate for audio timecodes and <cite>num_frames</cite> for negative indexing
:bit depth: ANY
:color family: ANY
:float precision: ANY
:sample type: ANY
:subsampling: ANY</p></li>
<li><p><strong>clip</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">VideoNode</span></code>) – needed to determine framerate for audio timecodes and <cite>num_frames</cite> for negative indexing</p></li>
<li><p><strong>trims</strong> (<code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">List</span></code>[<code class="xref py py-data docutils literal notranslate"><span class="pre">Tuple</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">int</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">int</span></code>]], <code class="xref py py-data docutils literal notranslate"><span class="pre">Tuple</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">int</span></code>, <code class="xref py py-class docutils literal notranslate"><span class="pre">int</span></code>]]) – <p>either a list of 2-tuples, or one tuple of 2 ints
empty slicing must represented with a <cite>0</cite></p>
<blockquote>
Expand All @@ -197,6 +192,12 @@ <h1>acsuite documentation<a class="headerlink" href="#acsuite-documentation" tit
<li><p><strong>quiet</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code>) – suppress most console output</p></li>
</ul>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><code class="xref py py-data docutils literal notranslate"><span class="pre">Optional</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">Dict</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>, <code class="xref py py-data docutils literal notranslate"><span class="pre">Union</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">List</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">int</span></code>], <code class="xref py py-class docutils literal notranslate"><span class="pre">List</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>]]]]</p>
</dd>
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>if <code class="docutils literal notranslate"><span class="pre">debug</span></code> is <code class="docutils literal notranslate"><span class="pre">True</span></code>, returns a dictionary of values for testing, otherwise returns <code class="docutils literal notranslate"><span class="pre">None</span></code>.</p>
</dd>
</dl>
<p>OUTPUTS: a cut/spliced audio file in either the script’s directoy or the path specified with <cite>outfile</cite></p>
</dd></dl>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="acsuite-orangechannel",
version="4.1.0",
version="4.1.1",
description="Frame-based cutting/trimming/splicing of audio with VapourSynth.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 11bf1ce

Please sign in to comment.