Skip to content

Commit f188706

Browse files
committed
version bump
1 parent 6cecdb7 commit f188706

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Actions Status](https://github.com/wyattblue/auto-editor/workflows/build/badge.svg)](https://github.com/wyattblue/auto-editor/actions)
22
<a href="https://discord.com/invite/kMHAWJJ/"><img src="https://img.shields.io/discord/711767814821773372?color=%237289DA&label=chat&logo=discord&logoColor=white"></a>
3-
<img src="https://img.shields.io/badge/version-21w08a-blue.svg">
3+
<img src="https://img.shields.io/badge/version-21w11a-blue.svg">
44
<p align="center"><img src="https://raw.githubusercontent.com/wyattblue/auto-editor/master/articles/imgs/auto-editor_banner.png" title="Auto-Editor" width="700"></p>
55

66
**Auto-Editor** is a command line application for automatically **editing video and audio** by analyzing where sections are silent and cutting them up.

auto_editor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
'''__init__.py'''
22

3-
__version__ = '21.10.1'
3+
__version__ = '21.11.1'

auto_editor/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import tempfile
88
from shutil import rmtree
99

10-
version = '21w11a dev'
10+
version = '21w11a'
1111

1212
def file_type(file: str) -> str:
1313
if(not os.path.isfile(file)):

0 commit comments

Comments
 (0)